This is an automated email from the ASF dual-hosted git repository.
roryqi 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 d1d5b5dfcd [MINOR] fix(docs): Fix typo of `spark-integration-test.md`
(#7059)
d1d5b5dfcd is described below
commit d1d5b5dfcdc2f1d2bf9e809f45e729a07b3d0b67
Author: tian bao <[email protected]>
AuthorDate: Thu Apr 24 13:43:47 2025 +0800
[MINOR] fix(docs): Fix typo of `spark-integration-test.md` (#7059)
### 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"
`
---
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