jiayuasu commented on PR #13227:
URL: https://github.com/apache/iceberg/pull/13227#issuecomment-2948187092

   @rdblue I think it makes sense to drop `xmin > xmax` wraparound in 
`geometry` if we don't expect CRS to have an effect.
   
   On the other hand, I'd like to also add `linear` interpolation to 
`geography` if we want to drop this. This is an idea proposed by @mkaravel 
before. Because there will be use cases that needs linear interpolation 
(cartesian mathematics) on antimeridian crossing geometries on geographic CRS.
   
   I am fine adding the sentence to disallow wraparound here and create another 
PR to add `linear` interpolation although I think the 2 issues are 
interconnected. Or, I can put everything in this PR instead so we can solve 
these issues together
   
   Please let me know what you think
   


-- 
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