[ https://issues.apache.org/jira/browse/HIVE-17871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan updated HIVE-17871: ------------------------------------ Resolution: Fixed Assignee: slim bouguerra (was: Jesus Camacho Rodriguez) Fix Version/s: 3.0.0 Status: Resolved (was: Patch Available) Pushed to master. Thanks, Slim! > Add non nullability flag to druid time column > --------------------------------------------- > > Key: HIVE-17871 > URL: https://issues.apache.org/jira/browse/HIVE-17871 > Project: Hive > Issue Type: Improvement > Components: Druid integration > Reporter: slim bouguerra > Assignee: slim bouguerra > Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-17871.2.patch, HIVE-17871.3.patch, > HIVE-17871.4.patch, HIVE-17871.patch > > > Druid time column is non null all the time. > Adding the non nullability flag will enable extra calcite goodness like > transforming > {code} select count(`__time`) from table {code} to {code} select count(*) > from table {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)