rdblue commented on a change in pull request #3549:
URL: https://github.com/apache/iceberg/pull/3549#discussion_r750512561



##########
File path: 
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/source/TestRuntimeFiltering.java
##########
@@ -44,10 +44,10 @@
 import static org.apache.spark.sql.functions.date_add;
 import static org.apache.spark.sql.functions.expr;
 
-public class TestRuntimeFiltering extends SparkCatalogTestBase {
+public class TestRuntimeFiltering extends SparkSpecifyCatalogTestBase {
 
-  public TestRuntimeFiltering(String catalogName, String implementation, 
Map<String, String> config) {
-    super(catalogName, implementation, config);
+  public TestRuntimeFiltering() {
+    super(SparkCatalogType.SPARK_CATALOG);

Review comment:
       I think we should use Hadoop for tests that only use one catalog. Also, 
if we're using Hadoop then we don't need to use the test base that sets up the 
metastore.




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