1
0

[MINOR] Fix broken build due to FlinkOptions (#3198)

This commit is contained in:
vinoth chandar
2021-06-30 20:34:58 -07:00
committed by GitHub
parent 7895a3586e
commit d07def1290

View File

@@ -255,13 +255,13 @@ public class FlinkOptions {
+ "Actual value obtained by invoking .toString(), default ''");
public static final ConfigOption<Boolean> URL_ENCODE_PARTITIONING = ConfigOptions
.key(KeyGeneratorOptions.URL_ENCODE_PARTITIONING_OPT_KEY)
.key(KeyGeneratorOptions.URL_ENCODE_PARTITIONING_OPT_KEY.key())
.booleanType()
.defaultValue(false)
.withDescription("Whether to encode the partition path url, default false");
public static final ConfigOption<Boolean> HIVE_STYLE_PARTITIONING = ConfigOptions
.key(KeyGeneratorOptions.HIVE_STYLE_PARTITIONING_OPT_KEY)
.key(KeyGeneratorOptions.HIVE_STYLE_PARTITIONING_OPT_KEY.key())
.booleanType()
.defaultValue(false)
.withDescription("Whether to use Hive style partitioning.\n"