jiayuasu opened a new pull request, #526:
URL: https://github.com/apache/parquet-format/pull/526

   <!--
   Thanks for opening a pull request!
   
   If you're new to Parquet-Format, information on how to contribute can be 
found here: https://parquet.apache.org/docs/contribution-guidelines/contributing
   
   Please open a GitHub issue for this pull request: 
https://github.com/apache/parquet-format/issues/new/choose
   and format pull request title as below:
   
       GH-${GITHUB_ISSUE_ID}: ${SUMMARY}
   
   or simply use the title below if it is a minor issue:
   
       MINOR: ${SUMMARY}
   
   -->
   
   ### Rationale for this change
   
   Sync the recent Iceberg spec change to Parquet: 
https://github.com/apache/iceberg/pull/14250
   
   Geometry type calculation should always be cartesian. A reader / writer 
should be able to read / write geometry data without understanding CRS.
   
   ### What changes are included in this PR?
   
   1. Remove the longitude wraparound of the geometry type bbox
   2. Add clarification in the geometry type.
   
   ### Do these changes have PoC implementations?
   
   No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to