chore: remove pyarrow feature#18528
Conversation
c8967f5 to
077fb8c
Compare
milenkovicm
left a comment
There was a problem hiding this comment.
Minor comment, would it be appropriate to include this breaking change in the “Upgrade Guide”? You already mentioned in the issue description that “if you need it, use DataFusion Python”.
alamb
left a comment
There was a problem hiding this comment.
Thanks @timsaucer -- I agree with @milenkovicm that a note in the upgrade guide would be best
I also suggest we wait until we have made the branch-51 for the 51 release to merge this one so it gets more "bake time" on main
|
Moved to draft until release 51 branch is created. |
|
FYI branch-51 is created |
|
|
||
| ## DataFusion `52.0.0` | ||
|
|
||
| TODO(tsaucer) Add link to issue for 52 release. |
|
I added in a minor fix to |
I think @comphead did a similar change in |
|
i guess this can be merged once conflicts are resolved |
|
I merged up from main and resolved some conflicts |
Which issue does this PR close?
Rationale for this change
Our python downstream library no longer uses the feature
pyarrowin this repository #1000. As such, this feature is no longer needed.What changes are included in this PR?
Code removal
Are these changes tested?
Tested against datafusion-python repo. No build issues.
Are there any user-facing changes?
If any user needs this code, they will need to migrate to the
datafusion-pythonrepository as their dependency.