This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch release-0.5
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/release-0.5 by this push:
new 9f3a5ff2a [hotfix] Fix document
9f3a5ff2a is described below
commit 9f3a5ff2aa546c9a2b0f9919f9a39fedf5db772e
Author: Jingsong <[email protected]>
AuthorDate: Fri Aug 25 18:42:03 2023 +0800
[hotfix] Fix document
---
.../src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java
b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java
index 471ff84b4..3bf489a42 100644
---
a/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java
+++
b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java
@@ -116,7 +116,7 @@ public class FlinkConnectorOptions {
.defaultValue(true)
.withDescription(
"If it is false, parallelism of source are set by
global parallelism."
- + ". Otherwise, source parallelism is
inferred from splits number (batch mode) or bucket number(streaming mode).");
+ + " Otherwise, source parallelism is
inferred from splits number (batch mode) or bucket number(streaming mode).");
@Deprecated
@ExcludeFromDocumentation("Deprecated")