jasonf20 commented on PR #10962: URL: https://github.com/apache/iceberg/pull/10962#issuecomment-2310067114
@findepi Locally the test `TestChangeLogTable` seems to run forever. Perhaps it's waiting for an event that is not published anymore. It seems to hang on the line ``` sql("INSERT INTO %s SELECT * FROM %s", tableName, SOURCE_TABLE); ``` Debugging that I found that it reached the code I changed with `addedDataFiles` that had a data sequence number of `-1` (not null). I don't know why that would cause the hang, but I filtered out those values and locally it seems to run now. I'm pushing a new version. I can't tell how my change would cause this line to hang, perhaps increased threading during -- 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