You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "slim bouguerra (JIRA)" <ji...@apache.org> on 2017/09/22 17:38:01 UTC

[jira] [Created] (HIVE-17582) Followup of HIVE-15708

slim bouguerra created HIVE-17582:
-------------------------------------

             Summary: Followup of HIVE-15708
                 Key: HIVE-17582
                 URL: https://issues.apache.org/jira/browse/HIVE-17582
             Project: Hive
          Issue Type: Bug
          Components: Druid integration
    Affects Versions: 3.0.0
            Reporter: slim bouguerra
            Assignee: slim bouguerra


HIVE-15708 commit be59e024420ed5ca970e87a6dec402fecee21f06 
introduced some unwanted bugs
it did change the following code org.apache.hadoop.hive.druid.io.DruidQueryBasedInputFormat#169
{code}
  builder.intervals(Arrays.asList(DruidTable.DEFAULT_INTERVAL));
{code}
with 
{code}
final List<Interval> intervals = Arrays.asList();
    builder.intervals(intervals);
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)