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

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

Ted Yu created KYLIN-2045:
-----------------------------

             Summary: 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


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