mccormickt12 commented on code in PR #2432: URL: https://github.com/apache/iceberg-python/pull/2432#discussion_r2356375903
########## pyiceberg/io/pyarrow.py: ########## @@ -201,6 +201,8 @@ ICEBERG_SCHEMA = b"iceberg.schema" # The PARQUET: in front means that it is Parquet specific, in this case the field_id PYARROW_PARQUET_FIELD_ID_KEY = b"PARQUET:field_id" +# ORC field ID key for Iceberg field IDs in ORC metadata +ORC_FIELD_ID_KEY = b"iceberg.id" Review Comment: @Fokko I don't have a ton of contexts on this. Do you think this is required for this PR? could it be a separate PR? -- 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]
