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 80d71607bf [MINOR] docs: Fix word error (#7490) 80d71607bf is described below commit 80d71607bf7a6715c6b97f296174648aa8feb84e Author: BIN <weixubin...@gmail.com> AuthorDate: Fri Jun 27 14:12:09 2025 +0800 [MINOR] docs: Fix word error (#7490) ### 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: senlizishi <weixu...@gmail.com> --- 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