eric-maynard commented on PR #1348:
URL: https://github.com/apache/polaris/pull/1348#issuecomment-2791073080
Unfortunately some Iceberg tests essentially assert that these methods don't
throw exceptions, e.g. `testDropMissingTable` does:
```
((AbstractBooleanAssert)Assertions.assertThat(catalog.dropTable(noSuchTableIdent)).as("Should
not drop a table that does not exist", new Object[0])).isFalse();
```
To pass these tests, we may want to gate this new behavior behind a flag
--
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]