diff --git a/regression-test/suites/table-sync/test_add_partition.groovy b/regression-test/suites/table-sync/test_add_partition.groovy index b81b2692..25fb986f 100644 --- a/regression-test/suites/table-sync/test_add_partition.groovy +++ b/regression-test/suites/table-sync/test_add_partition.groovy @@ -261,6 +261,7 @@ suite("test_add_partition") { assertTrue(checkRestoreFinishTimesOf("${tableName}", 60)) + // INSERT OVERWRITE is not supported by branch-2.0 table sync. // sql """ // INSERT OVERWRITE TABLE ${tableName} VALUES (1, 100); // """