boneanxs commented on code in PR #9617:
URL: https://github.com/apache/hudi/pull/9617#discussion_r1332388914
##########
hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestHoodieDemo.java:
##########
@@ -115,19 +115,20 @@ public void testParquetDemo() throws Exception {
baseFileFormat = HoodieFileFormat.PARQUET;
setupDemo();
+ // TODO Fix trino tests to respect completion time
// batch 1
ingestFirstBatchAndHiveSync();
testHiveAfterFirstBatch();
testPrestoAfterFirstBatch();
- testTrinoAfterFirstBatch();
+ // testTrinoAfterFirstBatch();
Review Comment:
Comment here for now to see if other tests can pass
--
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]