forked from apache/avro
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow for iceberg element-ids take 2
Iceberg manifests need to be able to write their JSONified Avro schemas in the Avro headers for certain Iceberg clients (e.g. PyIceberg) to be able to read them. Commit 966d457 was a stab at allowing this by hacking this custom field into the AST, but it did so as a string, instead of a long. This isn't exactly what other libraries output, but is sufficient for PyIceberg. To avoid surprises down the line, this quick hack switches us to serialize the long. (cherry picked from commit b2b82a4)
- Loading branch information
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters