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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
