mkuznets commented on PR #915:
URL: https://github.com/apache/iceberg-go/pull/915#issuecomment-4489695062

   > btw based on my research, it seems that Java should be able to read the 
Avro int. Curious what was the error you saw.
   
   I can confirm, Trino can read both "int" and "int + date logical type"
   
   The issue was on the ingestion side. A compaction (based on iceberg-rust) 
normalized everything to "int + date logical type", which caused iceberg-go to 
refuse to append new files with the partition column encoded as "int".


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