github-raphael-douyere
Results
2
issues of
github-raphael-douyere
I'm writing content to an Iceberg table and it seems the connector only writes content in GZIP. Even if the table is configured with `write.parquet.compression-codec=zstd`. Are you aware of this...
I have an Iceberg table like: ``` CREATE TABLE some_table ( `last_update_time` timestamp ) ``` And some avro content like: ``` ... { "name":"last_update_time", "type": { "type": "long", "logicalType": "timestamp-millis"...