RussellSpitzer commented on issue #12953:
URL: https://github.com/apache/iceberg/issues/12953#issuecomment-2847829940

   Does the example make this clear?
   
   point default | point.x default | point.y default | Data value | Result value
   -- | -- | -- | -- | --
   null | 0 | 0 | (missing) | null
   null | 0 | 0 | {"x": 3} | {"x": 3, "y": 0}
   {} | 0 | 0 | (missing) | {"x": 0, "y": 0}
   {} | 0 | 0 | {"y": -1} | {"x": 0, "y": -1}
   
   


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to