Question
I created reproduction here https://github.com/alsugiliazova/iceberg-clickhouse-integration
After dropping and recreating an Iceberg table using PyIceberg, ClickHouse still displays old data, even after new data was inserted to recreated table. This issue persists when querying via the Iceberg engine and the Iceberg table function.
Can you please tell me what am I doing wrong?