diqiu50 commented on code in PR #5632:
URL: https://github.com/apache/gravitino/pull/5632#discussion_r1862854433


##########
trino-connector/integration-test/src/test/java/org/apache/gravitino/trino/connector/integration/test/TrinoQueryRunner.java:
##########
@@ -65,6 +67,29 @@ private QueryRunner createQueryRunner() throws Exception {
   }
 
   String runQuery(String query) {
+    String retryFlag = "<RETRY WITH NOT EXISTS>";

Review Comment:
   Using spaces here is prone to errors. For example, there might be two spaces 
or Chinese spaces. It's recommended to use "_" instead.



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

Reply via email to