Hello Iceberg devs! I was looking through the Parquet Logical types <https://github.com/apache/parquet-format/blob/master/LogicalTypes.md>and Iceberg data types and I have a couple of questions.
1. Parquet allows storing nano second precision data. If I convert an existing Parquet file with nanosecond precision data to Iceberg, what will be the data type of the column in Iceberg? 2. Parquet allows decimals of arbitrary precision, so a parquet file may have a FLBA of length > 16 representing a decimal. How is this handled in Iceberg? Thanks!