rdblue commented on a change in pull request #3837:
URL: https://github.com/apache/iceberg/pull/3837#discussion_r778366891
##########
File path:
spark/v3.0/spark/src/test/java/org/apache/iceberg/spark/TestSparkCatalogOperations.java
##########
@@ -77,4 +78,22 @@ public void testAlterTable() throws NoSuchTableException {
propsValue,
table.properties().get(propsKey));
}
+
+ @Test
+ public void testInvalidateTable() {
+ if (!catalogName.equals(SparkCatalogConfig.HIVE.catalogName())) {
Review comment:
You can use Assume in tests instead for better tracking. Also, why does
this not work with Hive?
--
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]