amogh-jahagirdar commented on PR #6651: URL: https://github.com/apache/iceberg/pull/6651#issuecomment-1441100254
Tests are failing, after investigation it seems like the following is happening after #6717 1.) In the tests we're writing to an empty branch and we expect the branch to be created. 2.) When doing the write internally catalog#loadTable is called which hits this case. https://github.com/apache/iceberg/blob/master/spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkCatalog.java#L763 3.) This fails since the branch hasn't been written to yet and there's no snapshot. Checking for a clean way forward -- 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