Harsha Gudladona created HUDI-3426:
--------------------------------------
Summary: Fix out of sync Clustering config properties
Key: HUDI-3426
URL: https://issues.apache.org/jira/browse/HUDI-3426
Project: Apache Hudi
Issue Type: Bug
Reporter: Harsha Gudladona
Hoodie Clustering config describes the config property as
[https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java#L191|https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java#L191].].
However, the HoodieSparkSqlWriter.scala looks at
[https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala#L595]
which differs by Key.
The configs needs to be unified under single source file to prevent this
mismatch.
For now work around is to set both configs to true to enable async clustering.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)