moomindani commented on issue #3975:
URL: 
https://github.com/apache/iceberg-python/issues/3975#issuecomment-5693185798

   Closing this. I checked the reference implementation after filing, and 
Java's `SingleValueParser` has no `GEOMETRY` or `GEOGRAPHY` case in either 
direction — it throws `UnsupportedOperationException("Type: geometry is not 
supported")` for both. So no writer produces a geospatial JSON default in the 
first place, which means the schema this describes cannot arise, and 
PyIceberg's behaviour already matches Java's. The error message is no less 
actionable than Java's either.
   
   Sorry for the noise. If geospatial single-value serialization is ever added 
in Java, this becomes real, and the note above is the place to start.


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