Uh oh!
There was an error while loading. Please reload this page.
ORC-1903: Support Geometry and Geography types - #2032
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ffacs
commented
Sep 23, 2024
wgtmac
commented
Sep 24, 2024
Thanks for implementing this! I will hold my review until the spec has been finalized. |
| <mockito.version>5.10.0</mockito.version> | ||
| <orc-format.version>1.0.0</orc-format.version> | ||
| <orc-format.version>1.0.0-SNAPSHOT</orc-format.version> |
There was a problem hiding this comment.
? AFAIK, we didn't change anything relevant until now, do we need -SNAPSHOT?
There was a problem hiding this comment.
Thank you for the review. The spec of geometry type haven't been merged into orc format yet, so I created a private package for developing here. Maybe it's a little bit early for code reviewing, let's waiting for the spec finished first.
| <surefire.version>3.0.0-M5</surefire.version> | ||
| <test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir> | ||
| <zstd-jni.version>1.5.6-4</zstd-jni.version> | ||
| <jts.version>1.19.0</jts.version> |
There was a problem hiding this comment.
This seems to be too old because it's released on Jun 21, 2022.
Why don't we use the latest one? Is there any incompatibility issue with something?
wgtmac
commented
Sep 25, 2024
apache/parquet-format#240 is still under review and subject to change. I think we can wait until it has been finalized. @dongjoon-hyun |
Ya, I want to check ETA for this work. Do you think we can have this for Apache ORC 2.1? |
wgtmac
commented
Sep 25, 2024
If 2.1.0 will be released around January 17, 2025, then I think yes. |
dongjoon-hyun
commented
Jan 3, 2025
dongjoon-hyun
commented
Jan 3, 2025
For the record, we can have this at Apache ORC 3.0.0. |
wgtmac
commented
Jan 5, 2025
Yes, the discussion of Geometry type on the Iceberg and Parquet side took longer time than expected. I don't think it will be closed soon. Moving it to 3.0.0 seems reasonable. |
dongjoon-hyun
commented
Jan 5, 2025
Thank you for the confirmation, @wgtmac . |
It seems that we are ready to release Apache ORC Format v1.1.0 to support this PR. |
ffacs
commented
Apr 30, 2025
dongjoon-hyun
commented
Apr 30, 2025
Thank you so much! |
dongjoon-hyun
commented
Jun 2, 2025
Thank you for updating PR, @ffacs . |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dongjoon-hyun
commented
Jun 10, 2025
Thank you for updating, @ffacs . |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you so much, @ffacs .
cc @williamhyun , @wgtmac , @cxzl25 , @guiyanakuang
and cc @MrPowers , @mrpowers-wb, @jiayuasu from #2224
dongjoon-hyun
commented
Jun 12, 2025
Thank you, @cxzl25 . |
williamhyun
commented
Jun 12, 2025
Thank you @ffacs, @dongjoon-hyun, @wgtmac, and @cxzl25! |
dongjoon-hyun
commented
Jun 12, 2025
Thank you, @williamhyun . |
ffacs
commented
Jun 15, 2025
Thank you @dongjoon-hyun@williamhyun@cxzl25 . |
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.2.0. 2.2.0 RC1 is currently under voting. ### Why are the changes needed? Apache ORC 2.2.0 is a new feature release. - https://github.com/apache/orc/releases/tag/v2.2.0 - apache/orc#2032 - apache/orc#2338 - apache/orc#2269 - apache/orc#2249 - apache/orc#2144 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes#51676 from williamhyun/ORC-2.2.0. Authored-by: William Hyun <william@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
Support
GeometryandGeographytypes for java sideWhy are the changes needed?
Add support for
GeometryandGeographytypesHow was this patch tested?
UT passed
Was this patch authored or co-authored using generative AI tooling?
YES