beingRealFrank commented on issue #8916: URL: https://github.com/apache/iceberg/issues/8916#issuecomment-2090945914
I am seeing a very similar issue when trying to write to S3 from pyflink using a query like the following. ``` INSERT INTO iceberg.devdb.table_name SELECT * FROM transformed_metrics; ``` I can write to S3 fine with a manual/static insert of a single row using pyflink, but when I do this it silently fails. I'm unclear if I'm just using the platform wrong or if there's a bug. Since there are no glaring issues in the logs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org