[ https://issues.apache.org/jira/browse/HIVE-17582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan updated HIVE-17582: ------------------------------------ Resolution: Fixed Fix Version/s: 3.0.0 Status: Resolved (was: Patch Available) Pushed to master. Thanks, Slim! > 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 > Fix For: 3.0.0 > > Attachments: HIVE-17582.patch > > > 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)