Closed a8356555 closed 1 month ago
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'
Apache Iceberg version
1.4.0 (latest release)
Query engine
Flink
Please describe the bug š
After this error showed up, my job was stopped and only the data/ folder had some data inserted. The metadata/ folder had nothing inserted.
I'm using pyflink to write data to s3 bucket in iceberg format.
My insert into query:
The
event
table has been checked through the print connector:Here is my create catalog and create table code
Does anyone have any idea?
I'm running my code in a docker container
Here is my Dockerfile: