[
https://issues.apache.org/jira/browse/KYLIN-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated KYLIN-3295:
--------------------------
Description:
SQLDigestUtil#appendTsFilterToExecute is not called anywhere.
{code}
T ret = action.apply(null);
{code}
Passing null to {{apply}} seems incorrect.
was:
SQLDigestUtil#appendTsFilterToExecute is not called anywhere.
Also
{code}
T ret = action.apply(null);
{code}
Passing null to {{apply}} seems incorrect.
> Unused method SQLDigestUtil#appendTsFilterToExecute
> ---------------------------------------------------
>
> Key: KYLIN-3295
> URL: https://issues.apache.org/jira/browse/KYLIN-3295
> Project: Kylin
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
>
> SQLDigestUtil#appendTsFilterToExecute is not called anywhere.
> {code}
> T ret = action.apply(null);
> {code}
> Passing null to {{apply}} seems incorrect.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)