Guosmilesmile commented on PR #11662:
URL: https://github.com/apache/iceberg/pull/11662#issuecomment-2503066336

   @pvary  Yes, you are right. We changed our approach to handle null values 
instead of filtering them out. Before serialization, we added a flag for each 
field, where true indicates that the field is null. During serialization and 
deserialization, we read the flag first, which allows us to correctly identify 
null. The related code has been updated; please take a look to see if it is 
feasible.


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