rdblue commented on pull request #1465: URL: https://github.com/apache/iceberg/pull/1465#issuecomment-693702787
This fails locally for me in `TestHadoopCatalog` line 508 (not 522). The problem is that `version` is set as a side-effect of `readHint`. As a result, `version` is equal to the new version passed to `updateVersionAndMetadata` so that method assumes that there has been no change and returns the current metadata (`null`) without reading the metadata file. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
