-
Notifications
You must be signed in to change notification settings - Fork 186
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
feat: add read array support #1456
base: main
Are you sure you want to change the base?
Conversation
SQLConf.USE_V1_SOURCE_LIST.key -> "parquet", | ||
CometConf.COMET_ENABLED.key -> "true", | ||
CometConf.COMET_EXPLAIN_FALLBACK_ENABLED.key -> "false", | ||
CometConf.COMET_NATIVE_SCAN_IMPL.key -> CometConf.SCAN_NATIVE_DATAFUSION) { |
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.
It would be good to also test with SCAN_NATIVE_ICEBERG_COMPAT
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.
@andygrove can we do this in follow up PR? I'm not sure if for iceberg its needed to create an iceberg table?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1456 +/- ##
============================================
+ Coverage 56.12% 58.57% +2.44%
- Complexity 976 1016 +40
============================================
Files 119 122 +3
Lines 11743 12250 +507
Branches 2251 2305 +54
============================================
+ Hits 6591 7175 +584
+ Misses 4012 3919 -93
- Partials 1140 1156 +16 ☔ View full report in Codecov by Sentry. |
Which issue does this PR close?
Closes #1454 .
Rationale for this change
What changes are included in this PR?
How are these changes tested?