[ https://issues.apache.org/jira/browse/HUDI-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated HUDI-3426: --------------------------------- Labels: pull-request-available (was: ) > 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 > Components: clustering > Affects Versions: 0.10.1 > Reporter: Harsha Gudladona > Assignee: Sagar Sumit > Priority: Critical > Labels: pull-request-available > Fix For: 0.11.0 > > > 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)