-
Notifications
You must be signed in to change notification settings - Fork 267
chore: deprecate native_comet scan in favor of native_iceberg_compat #2949
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
base: main
Are you sure you want to change the base?
chore: deprecate native_comet scan in favor of native_iceberg_compat #2949
Conversation
Co-authored-by: Andy Grove <[email protected]>
|
@Shekharrajak , please run |
This is done already. |
|
@Shekharrajak , seems like the formatting is still an issue ? |
|
@Shekharrajak could also please link the issue you are closing so that there is no duplicate work associated? |
|
Ref #2949 comment native_iceberg_compat |
|
Thank you |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2949 +/- ##
============================================
+ Coverage 56.12% 59.59% +3.46%
- Complexity 976 1377 +401
============================================
Files 119 167 +48
Lines 11743 15496 +3753
Branches 2251 2569 +318
============================================
+ Hits 6591 9235 +2644
- Misses 4012 4962 +950
- Partials 1140 1299 +159 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add deprecation annotation to SCAN_NATIVE_COMET and update documentation to recommend native_iceberg_compat. The legacy scan uses mutable buffers incompatible with Arrow FFI best practices.
Ref #2949