[
https://issues.apache.org/jira/browse/KYLIN-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dong Li resolved KYLIN-2045.
----------------------------
Resolution: Fixed
Fix Version/s: v1.6.0
> Wrong argument order in JobInstanceExtractor#executeExtract()
> -------------------------------------------------------------
>
> Key: KYLIN-2045
> URL: https://issues.apache.org/jira/browse/KYLIN-2045
> Project: Kylin
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Dong Li
> Fix For: v1.6.0
>
>
> {code}
> List<JobInstance> jobInstances = listJobInstances(cube, project,
> startTime, endTime);
> {code}
> However, the order of first two arguments is reversed:
> {code}
> private List<JobInstance> listJobInstances(String project, String cube,
> long startTime, long endTime) {
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)