Skip to content

Commit ecda418

Browse files
cxzl25pan3793
authored andcommitted
[KYUUBI #3252] Fix the problem that |release| in the document was not replaced correctly
### _Why are the changes needed?_ Fix the problem that `|release|` in the document was not replaced correctly. Current <img width="1062" alt="image" src="https://user-images.githubusercontent.com/3898450/185038285-de195262-b911-43dd-b06f-da2a91710f56.png"> Fix <img width="808" alt="image" src="https://user-images.githubusercontent.com/3898450/185038329-0bf9a437-cedf-42d0-8811-3ead3380a20e.png"> ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3252 from cxzl25/docs_release_var. Closes #3252 96fbc98 [sychen] docs release var Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 3b990d7 commit ecda418

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/connector/flink/flink_table_store.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Dependencies
4242

4343
The **classpath** of kyuubi flink sql engine with Flink Table Store supported consists of
4444

45-
1. kyuubi-flink-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
45+
1. kyuubi-flink-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with Kyuubi distributions
4646
2. a copy of flink distribution
4747
3. flink-table-store-dist-<version>.jar (example: flink-table-store-dist-0.2.jar), which can be found in the `Maven Central`_
4848

docs/connector/flink/hudi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Dependencies
4242

4343
The **classpath** of kyuubi flink sql engine with Hudi supported consists of
4444

45-
1. kyuubi-flink-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
45+
1. kyuubi-flink-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with Kyuubi distributions
4646
2. a copy of flink distribution
4747
3. hudi-flink<flink.version>-bundle_<scala.version>-<hudi.version>.jar (example: hudi-flink1.14-bundle_2.12-0.11.1.jar), which can be found in the `Maven Central`_
4848

docs/connector/flink/iceberg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Dependencies
4343

4444
The **classpath** of kyuubi flink sql engine with Iceberg supported consists of
4545

46-
1. kyuubi-flink-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
46+
1. kyuubi-flink-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with Kyuubi distributions
4747
2. a copy of flink distribution
4848
3. iceberg-flink-runtime-<flink.version>-<iceberg.version>.jar (example: iceberg-flink-runtime-1.14-0.14.0.jar), which can be found in the `Maven Central`_
4949

docs/connector/spark/delta_lake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Dependencies
4646

4747
The **classpath** of kyuubi spark sql engine with delta lake supported consists of
4848

49-
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with kyuubi distributions
49+
1. kyuubi-spark-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with kyuubi distributions
5050
2. a copy of spark distribution
5151
3. delta-core & delta-storage, which can be found in the `Maven Central`_
5252

docs/connector/spark/flink_table_store.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Dependencies
4444

4545
The **classpath** of kyuubi spark sql engine with Flink Table Store supported consists of
4646

47-
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
47+
1. kyuubi-spark-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with Kyuubi distributions
4848
2. a copy of spark distribution
4949
3. flink-table-store-spark-<version>.jar (example: flink-table-store-spark-0.2.jar), which can be found in the `Maven Central`_
5050

docs/connector/spark/hudi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Dependencies
4343

4444
The **classpath** of kyuubi spark sql engine with Hudi supported consists of
4545

46-
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
46+
1. kyuubi-spark-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with Kyuubi distributions
4747
2. a copy of spark distribution
4848
3. hudi-spark<spark.version>-bundle_<scala.version>-<hudi.version>.jar (example: hudi-spark3.2-bundle_2.12-0.11.1.jar), which can be found in the `Maven Central`_
4949

docs/connector/spark/iceberg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Dependencies
4545

4646
The **classpath** of kyuubi spark sql engine with Iceberg supported consists of
4747

48-
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
48+
1. kyuubi-spark-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with Kyuubi distributions
4949
2. a copy of spark distribution
5050
3. iceberg-spark-runtime-<spark.version>_<scala.version>-<iceberg.version>.jar (example: iceberg-spark-runtime-3.2_2.12-0.14.0.jar), which can be found in the `Maven Central`_
5151

docs/connector/spark/tidb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Dependencies
4747
************
4848
The classpath of kyuubi spark sql engine with TiDB supported consists of
4949

50-
1. kyuubi-spark-sql-engine-|release|_2.12.jar, the engine jar deployed with Kyuubi distributions
50+
1. kyuubi-spark-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with Kyuubi distributions
5151
2. a copy of spark distribution
5252
3. tispark-assembly-<spark.version>_<scala.version>-<tispark.version>.jar (example: tispark-assembly-3.2_2.12-3.0.1.jar), which can be found in the `Maven Central`_
5353

docs/connector/trino/flink_table_store.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Dependencies
4343

4444
The **classpath** of kyuubi trino sql engine with Flink Table Store supported consists of
4545

46-
1. kyuubi-trino-sql-engine-|release|.jar, the engine jar deployed with Kyuubi distributions
46+
1. kyuubi-trino-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with Kyuubi distributions
4747
2. a copy of trino distribution
4848
3. flink-table-store-trino-<version>.jar (example: flink-table-store-trino-0.2.jar), which code can be found in the `Source Code`_
4949
4. flink-shaded-hadoop-2-uber-2.8.3-10.0.jar, which code can be found in the `Pre-bundled Hadoop 2.8.3`_

0 commit comments

Comments
 (0)