the-other-tim-brown opened a new issue, #366: URL: https://github.com/apache/incubator-xtable/issues/366
Depending on how a Hudi table is created, the record key field can be created as a nullable field. This causes issues when we try to sync to Iceberg with this field marked as an identifier field. There are two options we can consider and test: 1) Only set the Iceberg identifier field if the field is non-null and log a warning otherwise 2) Interpret the Hudi record key field as non-null. Note: This may cause issues since the schema for the parquet file will be nullable. -- 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]
