You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Ethan Guo (Jira)" <ji...@apache.org> on 2022/03/22 20:42:00 UTC

[jira] [Created] (HUDI-3686) Fix areAnyTableServicesInline() in HoodieWriteConfig

Ethan Guo created HUDI-3686:
-------------------------------

             Summary: 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


{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)