-
Notifications
You must be signed in to change notification settings - Fork 192
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
Manifests table scan should return iceberg schema rather arrow schema #868
Comments
Makes sense to me. |
👍 let me fix this |
Also happy to help with this but not sure why / if we want this. Looking at the DataFusion integration, it seems useful for the metadata If we need to expose the Arrow schema for 1) the DataFusion integration and 2) to build |
The reason I suggest returning iceberg schema is that metadata table is a concept in iceberg library, not only in datafusion integration. The difference is that, iceberg library will be used by more engines like datafuse, polars, etc. The reason we provide an record batch stream is for convenience, IMO we should provid similar plan files api so that other engines could consume it, but since arrow is the defact standard for in memory data exchange, I'm fine with keeping the scan api. |
Originally posted by @liurenjie1024 in #861 (comment)
The text was updated successfully, but these errors were encountered: