xushiyan commented on issue #581: URL: https://github.com/apache/incubator-xtable/issues/581#issuecomment-2495275618
@rangareddy since you're testing with athena, you can ignore those table properties `spark.sql.*`. The problem is that the parquet file contains timestamp with timezone type, but the DDL makes it bigint, which violate some iceberg checks. See if there are any config to bypass this validation in iceberg, and have you tried creating the table with timestamp type for `last_modified_time` and that should work? -- 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]
