nastra commented on code in PR #15048:
URL: https://github.com/apache/iceberg/pull/15048#discussion_r2693254027
##########
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:
I've opened https://github.com/apache/iceberg/issues/15053 so that we don't
forget about this
--
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]