-
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 <agrove@apache.org>
|
@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 |
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