Yohahaha commented on code in PR #11845:
URL: https://github.com/apache/gravitino/pull/11845#discussion_r3621645027
##########
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:
just for quick test, already apply new test case for all spark version
--
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]