Skip to content
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

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

feat: add read array support #1456

wants to merge 6 commits into from

Conversation

comphead
Copy link
Contributor

Which issue does this PR close?

Closes #1454 .

Rationale for this change

What changes are included in this PR?

How are these changes tested?

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) {
Copy link
Member

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

Copy link
Contributor Author

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-commenter
Copy link

codecov-commenter commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.57%. Comparing base (f09f8af) to head (2491e23).
Report is 55 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

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.

feat: Support read array type using native reader
3 participants