Rotem Adhoh

Results 4 comments of Rotem Adhoh

I'd really appreciate array support as well. I've configured JMX exporter for scraping [Debezium MySQL Connector](https://debezium.io/) JMX metrics. Specifically I'm interested in the following attribute: debezium.mysql:type=connector-metrics,context=streaming,server=.**CapturedTables** which is of **String[]**...

@martint @Desmeister This feature can be a serious game changer for our main use-case. We have a very large Iceberg table (~40TB of **compressed** ingested data per day). The table's...

I'd love to see this PR merged as well (: I'm currently unable to migrate our most important table due to this bug.

I've faced the same issue when loading data using [Table.add_files](https://py.iceberg.apache.org/reference/pyiceberg/table/#pyiceberg.table.Table.add_files) method. It fails and shows this error: ``` TypeError: Iceberg does not yet support 'ns' timestamp precision. Use 'downcast-ns-timestamp-to-us-on-write' configuration...