Skip to content

#49 Implement Python native write with PyArrow #51

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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

chenghuichen
Copy link
Contributor

@chenghuichen chenghuichen commented Jun 23, 2025

Purpose
Linked issue: close #49

Tests

  • pypaimon/pynative/tests/test_append_only_reader.py
  • pypaimon/pynative/tests/test_primary_key_reader.py
  • pypaimon/pynative/tests/test_native_write_and_read.py

API and Format
WIP

Documentation
WIP

@chenghuichen
Copy link
Contributor Author

chenghuichen commented Jul 13, 2025

Key To-Do Items:

  • Implement end-to-end filtering from the read plan phase to the format reader phase to avoid performance lost in cases with predicates.
  • Optimize the raw performance of the MergeReader.
  • Complete the manifest details for the writer commit phase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance Improvement: Replace Py4J-based Implementation with Native PyArrow
1 participant