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/04/12 23:08:00 UTC

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

     [ https://issues.apache.org/jira/browse/HUDI-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ethan Guo updated HUDI-3686:
----------------------------
    Fix Version/s: 0.11.0

> 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
>            Priority: Blocker
>             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)