v-qiunan commented on issue #1286:
URL: https://github.com/apache/iceberg/issues/1286#issuecomment-1623762352

   @rdblue @HeartSaVioR @davseitsev 
   if (!Objects.equals(baseMetadataLocation, metadataLocation)) {
           throw new CommitFailedException(
               "Base metadata location '%s' is not same as the current table 
metadata location '%s' for %s.%s",
               baseMetadataLocation, metadataLocation, database, tableName);
         }
   
   Why is it not equal to metadata and not retrying? Instead, throw an 
exception directly to restart the job.


-- 
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]

Reply via email to