Igosuki opened a new pull request #1697:
URL: https://github.com/apache/arrow-datafusion/pull/1697
# Which issue does this PR close?
None
# Rationale for this change
Updates the arrow2 branch with the latest of arrow2 and datafusion master
# What changes are included in this PR?
Extension traits to keep the API consistent and make future datafusion
master merging easier.
Internally, some methods start using `Chunk`, I haven't done any perf tests.
# Are there any user-facing changes?
RecordBatch is `datafusion::record_batch::RecordBatch` instead of
`datafusion::arrow::record_batch::RecordBatch`
# Issues
Some tests fail, I haven't fixed everything.
Notably, checking schema validity between columns and schemas in record
batch fails for decimal tests because arrow creates a Decimal(32, 32) column
for Int128Array :
https://github.com/jorgecarleitao/arrow2/blob/main/src/datatypes/mod.rs#L295
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]