-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-44063: [Python] Deprecate the no longer used serialize/deserialize Pyarrow C++ functions #44064
GH-44063: [Python] Deprecate the no longer used serialize/deserialize Pyarrow C++ functions #44064
Conversation
…ialize Pyarrow C++ functions
|
The appveyor failure seems unrelated ( |
@ursabot crossbow submit -g python |
Supported benchmark command examples:
To run all benchmarks: To filter benchmarks by language: To filter Python and R benchmarks by name: To filter C++ benchmarks by archery --suite-filter and --benchmark-filter: For other |
@github-actions crossbow submit -g python |
Revision: 4eff798 Submitted crossbow builds: ursacomputing/crossbow @ actions-2fc301dbff |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 046e7cb. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
…ialize Pyarrow C++ functions (apache#44064) ### Rationale for this change We want to remove this part of the code (since we no longer use it ourselves, see apache#43587), and before doing that first deprecating them for two releases. * GitHub Issue: apache#44063 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
Rationale for this change
We want to remove this part of the code (since we no longer use it ourselves, see #43587), and before doing that first deprecating them for two releases.