nastra commented on code in PR #15048:
URL: https://github.com/apache/iceberg/pull/15048#discussion_r2691244478


##########
spark/v4.1/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestViews.java:
##########
@@ -1350,6 +1354,10 @@ public void 
createViewWithSubqueryExpressionUsingTempFunction() {
   @TestTemplate
   public void createViewWithSubqueryExpressionInFilterThatIsRewritten()
       throws NoSuchTableException {
+    assumeThat(catalogConfig.get(CatalogUtil.ICEBERG_CATALOG_TYPE))
+        .as(
+            "Executing subquery expression with Hive fails due to an exception 
when instantiating the FileInputFormat")
+        .isNotEqualTo("hive");

Review Comment:
   most likely eventually, but I haven't looked too deep into the issue yet



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