You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Dong Li (JIRA)" <ji...@apache.org> on 2016/09/24 06:36:20 UTC

[jira] [Resolved] (KYLIN-2045) Wrong argument order in JobInstanceExtractor#executeExtract()

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