-
Couldn't load subscription status.
- Fork 247
fix: better int96 support for experimental native scans #1652
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
Conversation
…stamps in native_datafusion experimental Parquet scan.
# Conflicts: # native/Cargo.lock # native/Cargo.toml # native/core/Cargo.toml # native/core/src/parquet/parquet_support.rs
|
This should be ready for review now that #1563 merged. I am investigating an issue with complex types and int96 that prevents me from enabling the fuzz test for int96. |
|
I opened an issue for nested INT96. For now we'll keep the CometFuzzTestSuite, I will open a PR early next week to re-enable just for primitive type schemas, and then work on the fix. |
Which issue does this PR close?
Partially address #1441. Fixes 3 more test cases.
Rationale for this change
Better support for Parquet INT96 data that originated from Spark 64-bit microsecond timestamps.
What changes are included in this PR?
Most of the changes were in dependencies:
This PR just enables the new feature that was added in the PRs above.
How are these changes tested?
Re-enable 4 Comet tests for the native readers.