lurnagao-dahua opened a new issue, #3091: URL: https://github.com/apache/amoro/issues/3091
### What happened? Iceberg table uses timestamp type partitions and error when view file: `Unsupported type for fromPartitionString: timestamptz` When using string, date, and other types of partitions, it works normally. It seems does not support the timestamp type in `ArcticDataFiles.fromPartitionString`. ### Affects Versions 0.6.1 ### What table formats are you seeing the problem on? Iceberg ### What engines are you seeing the problem on? AMS ### How to reproduce 1.create table with sparksql: `create table test(id int) using iceberg partitioned by(dt timestamp)` 2.insert data: insert into test values(1, current_timestamp()); 3.view file in ams ui ### Relevant log output _No response_ ### Anything else _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's Code of Conduct -- 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]
