aihuaxu commented on PR #14297:
URL: https://github.com/apache/iceberg/pull/14297#issuecomment-3756554467

   > When processing JSON objects containing null field values (e.g., {"field": 
null}), the variant shredding creates schema columns for these null fields 
instead of omitting them entirely. This would cause schema bloat.
   > 
   > Adding a null check in `ParquetVariantUtil.java:386` in the `object()` 
method should fix it.
   
   I addressed this null value check in VariantShreddingAnalyzer.java instead. 
If it's NULL, then we will not add the shredded field.


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