Skip to content

Commit

Permalink
Disable Hive queries
Browse files Browse the repository at this point in the history
  • Loading branch information
yihua committed Sep 28, 2024
1 parent e0bc26e commit 63833e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ public void testParquetDemo() throws Exception {

// batch 2
ingestSecondBatchAndHiveSync();
testHiveAfterSecondBatch();
// TODO(HUDI-8275): fix MOR queries on Hive in integration tests
// testHiveAfterSecondBatch();
// testPrestoAfterSecondBatch();
// testTrinoAfterSecondBatch();
testSparkSQLAfterSecondBatch();
Expand Down

0 comments on commit 63833e6

Please sign in to comment.