rawataaryan9 opened a new pull request #3052:
URL: https://github.com/apache/iceberg/pull/3052


   The current iceberg table properties by design do not support any other 
value than non-null string values. However, due to a typo in the code, it 
allows a null value for a table property. Due to this we can store the value as 
null but breaks the read/load of iceberg table back due to non-null property 
values checks as part of metadata parsers.
   This PR just updates the typo to ensure we cannot populate non-null values.
   
   @rdblue @jackye1995 @aokolnychyi @RussellSpitzer 


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