This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new b80be6ec7 [#4135] fix(trino-connector):  Fix typo about Gravitino in 
trino-connector (#4144)
b80be6ec7 is described below

commit b80be6ec790e79f6ea4c7dd7ba9ab36deb6e3a41
Author: Dev Parikh <51128342+dev79...@users.noreply.github.com>
AuthorDate: Fri Jul 12 13:36:24 2024 +0530

    [#4135] fix(trino-connector):  Fix typo about Gravitino in trino-connector 
(#4144)
    
    ### Why are the changes needed?
    Fix: #4135
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Existing UTs
---
 .../datastrato/gravitino/integration/test/trino/TrinoQueryTestTool.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-test/src/test/java/com/datastrato/gravitino/integration/test/trino/TrinoQueryTestTool.java
 
b/integration-test/src/test/java/com/datastrato/gravitino/integration/test/trino/TrinoQueryTestTool.java
index f2311ea6a..89d330e1a 100644
--- 
a/integration-test/src/test/java/com/datastrato/gravitino/integration/test/trino/TrinoQueryTestTool.java
+++ 
b/integration-test/src/test/java/com/datastrato/gravitino/integration/test/trino/TrinoQueryTestTool.java
@@ -91,7 +91,7 @@ public class TrinoQueryTestTool {
                 + "TrinoTestTool --testset=tpch --tester_id=00005 
--catalog=hive --auto=all\n\n"
                 + "Run all the tpch testset's testers in the 'testsets/tpch' 
directory under 'mysql' "
                 + "catalog with manual start the test environment:\n"
-                + "TrinoTestTool --testset=tpch -- catalog=mysql --auto=none 
--gravition_uri=http://10.3.21.12:8090 "
+                + "TrinoTestTool --testset=tpch -- catalog=mysql --auto=none 
--gravitino_uri=http://10.3.21.12:8090 "
                 + "--trino_uri=http://10.3.21.12:8080 
--mysql_url=jdbc:mysql:/10.3.21.12 \n";
         System.out.println(example);
         return;

Reply via email to