yuanhang-dev commented on code in PR #10092:
URL: 
https://github.com/apache/incubator-gluten/pull/10092#discussion_r2218491874


##########
gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/custom/NexmarkTest.java:
##########
@@ -127,6 +130,19 @@ private void executeQuery(StreamTableEnvironment tEnv, 
String queryFileName) {
     if (!insertQuery.isEmpty()) {
       TableResult insertResult = tEnv.executeSql(insertQuery);
       assertThat(insertResult.getJobClient().isPresent()).isTrue();

Review Comment:
   No need. First of all, the Create Table operation is very quick and doesn't 
require waiting. Just need to ensure the correctness of the insert process, 
avoiding situations where the insert hasn't finished but an exception is thrown 
and the test has already ended.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to