[
https://issues.apache.org/jira/browse/HUDI-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu reassigned HUDI-3686:
--------------------------------
Assignee: Ethan Guo
> Fix areAnyTableServicesInline() in HoodieWriteConfig
> ----------------------------------------------------
>
> Key: HUDI-3686
> URL: https://issues.apache.org/jira/browse/HUDI-3686
> Project: Apache Hudi
> Issue Type: Bug
> Affects Versions: 0.11.0
> Reporter: Ethan Guo
> Assignee: Ethan Guo
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 0.11.0
>
>
> {code:java}
> public Boolean areAnyTableServicesInline() {
> return inlineClusteringEnabled() || inlineCompactionEnabled() ||
> isAutoClean();
> } {code}
> Member vinothchandar yesterday
> should this check for asyncClean instead of just isAutoClean()
> Member yihua 1 minute ago
> Yes, both asyncClean and isAutoClean should be checked here. But this is not
> used for clean-related logic.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)