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)