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)