This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 1c0534481c7 [hotfix] fix typo in HiveOptions.
1c0534481c7 is described below
commit 1c0534481c705c29b0e8eed3bdb421c188618b7a
Author: Weijie Guo <[email protected]>
AuthorDate: Tue Oct 25 12:04:53 2022 +0800
[hotfix] fix typo in HiveOptions.
---
.../src/main/java/org/apache/flink/connectors/hive/HiveOptions.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveOptions.java
b/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveOptions.java
index 9d7ce987578..cb4abc85eed 100644
---
a/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveOptions.java
+++
b/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveOptions.java
@@ -100,7 +100,7 @@ public class HiveOptions {
key("table.exec.hive.calculate-partition-size.thread-num")
.intType()
.defaultValue(3)
- .withDeprecatedKeys("The thread number to calculate
partition's size.");
+ .withDescription("The thread number to calculate
partition's size.");
public static final ConfigOption<Boolean>
TABLE_EXEC_HIVE_DYNAMIC_GROUPING_ENABLED =
key("table.exec.hive.sink.sort-by-dynamic-partition.enable")
@@ -156,7 +156,7 @@ public class HiveOptions {
key("table.exec.hive.sink.statistic-auto-gather.thread-num")
.intType()
.defaultValue(3)
- .withDeprecatedKeys(
+ .withDescription(
"The number of threads used to gather
statistic during writing Hive Table"
+ " when the table is stored as
ORC or Parquet format."
+ " The default value is 3.");