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

roryqi pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new fd9a7eff44 [MINOR] docs: Fix word error (#7493)
fd9a7eff44 is described below

commit fd9a7eff4422f26e4e9acbbe967ede5325e91075
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 27 15:16:31 2025 +0800

    [MINOR] docs: Fix word error (#7493)
    
    ### What changes were proposed in this pull request?
    
    Fix word error
    
    ### Why are the changes needed?
    
    Just a minor.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Code review
    
    Co-authored-by: BIN <[email protected]>
    Co-authored-by: senlizishi <[email protected]>
---
 spark-connector/spark-common/src/test/resources/spark-test.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spark-connector/spark-common/src/test/resources/spark-test.conf 
b/spark-connector/spark-common/src/test/resources/spark-test.conf
index 1542cd5067..dbaa16ad8f 100644
--- a/spark-connector/spark-common/src/test/resources/spark-test.conf
+++ b/spark-connector/spark-common/src/test/resources/spark-test.conf
@@ -18,8 +18,8 @@
 #
 
 # The Spark SQL test base dir
-#gravitino.spark.test.dir = xx
-# Gravitio metalake name
+# gravitino.spark.test.dir = xx
+# Gravitino metalake name
 gravitino.spark.test.metalake = test
 # Specify the test SQLs, using directory to specify group of SQLs like 
`test-sqls/hive`, using file path to specify one SQL like 
`test-sqls/hive/basic.sql`, use `,` to split multi part
 gravitino.spark.test.sqls = test-sqls/lakehouse-iceberg, test-sqls/hive, 
test-sqls/tpcds

Reply via email to