-
Notifications
You must be signed in to change notification settings - Fork 80
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
ParquetTableWriter Extract/Replicate Transfer Kernels #4479
Conversation
8dab591
to
1838705
Compare
1838705
to
ae7d753
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR adds some value, by making ParquetTableWriter
less cumbersome and enabling replication. That said, we should bring back to bifurcation between the good primitive transfers and the ones that have to copy to ints first. I also think we should consider keeping the class hierarchy we had, and just replicating sub-classes.
Likely the redundant statistics gathering should be ripped out, or removed from the lower level if we're certain it's better this way. If we're going to do that, null counting needs to be added at the higher level.
extensions/parquet/table/src/main/java/io/deephaven/parquet/table/transfer/TransferObject.java
Outdated
Show resolved
Hide resolved
extensions/parquet/table/src/main/java/io/deephaven/parquet/table/transfer/TransferObject.java
Outdated
Show resolved
Hide resolved
extensions/parquet/table/src/main/java/io/deephaven/parquet/table/transfer/IntTransfer.java
Outdated
Show resolved
Hide resolved
extensions/parquet/table/src/main/java/io/deephaven/parquet/table/transfer/EncodedTransfer.java
Outdated
Show resolved
Hide resolved
242525e
to
9b61f8b
Compare
This is a portion of DH-12664 pushdown/predicates in this commit.