Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/arrow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: go/v14.0.0
Choose a base ref
...
head repository: apache/arrow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: go/v14.0.1
Choose a head ref
  • 5 commits
  • 60 files changed
  • 3 contributors

Commits on Nov 6, 2023

  1. GH-38431: [Python][CI] Update fs.type_name checks for s3fs tests (#38455

    )
    
    ### Rationale for this change
    
    Appveyor CI is failing https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/48347810. It seems the reason for the test failures is a change in the `type_name` (from `"py::fsspec+s3"` to `"py::fsspec+('s3', 's3a')"`) and due to it tests are not being skipped.
    
    ### What changes are included in this PR?
    
    Update the check for `type_name` in case of `PyFileSystem(FSSpecHandler(s3fs.S3FileSystem()))`.
    * Closes: #38431
    
    Authored-by: AlenkaF <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
    AlenkaF authored and raulcd committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5a37e74 View commit details
    Browse the repository at this point in the history
  2. GH-38607: [Python] Disable PyExtensionType autoload (#38608)

    ### Rationale for this change
    
    PyExtensionType autoload is really a misfeature. It creates PyArrow-specific extension types, though using ExtensionType is almost the same complexity while allowing deserialization from non-PyArrow software.
    
    ### What changes are included in this PR?
    
    * Disable PyExtensionType autoloading and deprecate PyExtensionType instantiation.
    * Update the docs to emphasize ExtensionType.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    Yes.
    
    * Closes: #38607
    
    Authored-by: Antoine Pitrou <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
    pitrou authored and raulcd committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f141709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b84bbca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    529f376 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba53748 View commit details
    Browse the repository at this point in the history
Loading