-
Notifications
You must be signed in to change notification settings - Fork 6
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
ORC-1717: Add geometry type #18
base: main
Are you sure you want to change the base?
Conversation
Thank you, @wgtmac . Is it for Apache ORC 1.1.0? If this is final, I'm +1. |
Also, cc @williamhyun |
@dongjoon-hyun This is not finalized yet. I will update it once ready. |
Thank you! If it's finalized, please send a head-up email to dev@orc once more. |
Thank you for updating. Is this ready, @wgtmac ? |
Yes, I believe so. And I will start PoC implementations later. |
Got it. When do you want to release
|
I think we can wait until both Java and C++ PoC implementations are finished. |
+1 for the decision. Thank you for the confirmation. |
What changes were proposed in this pull request?
Add a new geometry type to Apache ORC.
Why are the changes needed?
Apache Iceberg is adding geospatial support: https://docs.google.com/document/d/1iVFbrRNEzZl8tDcZC81GFt01QJkLJsI9E2NBOt21IRI. It would be good if Apache ORC can support geometry type natively.
How was this patch tested?
N/A