dhananjaykrutika opened a new pull request, #1102:
URL: https://github.com/apache/iceberg-go/pull/1102

   The Avro wire schema declared `distinct_counts on` data_file v1 and v2, 
causing it to be emitted on every manifest entry. The Iceberg spec marks this 
field as "Deprecated. Do not write." (apache/iceberg format/spec.md), so 
writers should not emit it.
   
   Strict readers that don't include field-id 111 in their data_file read 
schema (e.g. PyIceberg 0.10) fail to resolve manifests written by this library 
with: ResolveError "File/read schema are not aligned for map, got None".


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