lasdf1234 commented on code in PR #11845:
URL: https://github.com/apache/gravitino/pull/11845#discussion_r3614128014


##########
spark-connector/v3.5/spark/src/test/java/org/apache/gravitino/spark/connector/integration/test/paimon/SparkPaimonCatalogFilesystemBackendIT35.java:
##########
@@ -33,4 +35,28 @@ void testCatalogClassName() {
             .getConfString("spark.sql.catalog." + getCatalogName());
     Assertions.assertEquals(GravitinoPaimonCatalogSpark35.class.getName(), 
catalogClass);
   }
+
+  @Test
+  void testPaimonCompactProcedure() {
+    String tableName = "test_paimon_compact";

Review Comment:
   Why is it that only Spark 3.5 can test this method? Are other versions of 
Spark not supporting this feature?



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

Reply via email to