abmo-x opened a new pull request, #6779:
URL: https://github.com/apache/iceberg/pull/6779

   Issue:
   partition of string type with integer value with prefix zero like "01" gets 
stored incorrectly without the zero as "1" resulting in partition and column 
value getting stored and returned incorrectly for that partition.
   
   Fix:
   As spark's automatic type inference is used in add_files procedure, we pass 
table partition spec as user defined partition schema to avoid spark's 
automatic type inference.


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