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 a2cafc99ce [MINOR] fix(docs): Fix typo of `spark-integration-test.md`
(#7060)
a2cafc99ce is described below
commit a2cafc99ce53b802fdd7b8c79d133a0c1c2723a7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 24 14:09:44 2025 +0800
[MINOR] fix(docs): Fix typo of `spark-integration-test.md` (#7060)
### What changes were proposed in this pull request?
Doc spark3.3 to spark-3.3 :
`./gradlew :spark-connector:spark3.3:test --tests
"org.apache.gravitino.spark.connector.integration.test.hive.SparkHiveCatalogIT33.testCreateHiveFormatPartitionTable"`
--> `./gradlew :spark-connector:spark-3.3:test --tests
"org.apache.gravitino.spark.connector.integration.test.hive.SparkHiveCatalogIT33.testCreateHiveFormatPartitionTable"
`
Co-authored-by: tian bao <[email protected]>
---
docs/spark-connector/spark-integration-test.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/spark-connector/spark-integration-test.md
b/docs/spark-connector/spark-integration-test.md
index cba1c104dc..23d0db7d90 100644
--- a/docs/spark-connector/spark-integration-test.md
+++ b/docs/spark-connector/spark-integration-test.md
@@ -14,7 +14,7 @@ There are two types of integration tests in spark connector,
normal integration
Normal integration test are mainly used to test the correctness of the
metadata, it's enabled in the GitHub CI. You could run tests with specific
Spark version like:
```
-./gradlew :spark-connector:spark3.3:test --tests
"org.apache.gravitino.spark.connector.integration.test.hive.SparkHiveCatalogIT33.testCreateHiveFormatPartitionTable"
+./gradlew :spark-connector:spark-3.3:test --tests
"org.apache.gravitino.spark.connector.integration.test.hive.SparkHiveCatalogIT33.testCreateHiveFormatPartitionTable"
```
## Golden file integration test