nishantmonu51 commented on a change in pull request #723: [HIVE-20683] Add the Ability to push Dynamic Between and Bloom filters to Druid URL: https://github.com/apache/hive/pull/723#discussion_r320021168
########## File path: ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out ########## @@ -1868,9 +1868,9 @@ POSTHOOK: query: SELECT DATE_ADD(cast(`__time` as date), CAST((cdouble / 1000) A POSTHOOK: type: QUERY POSTHOOK: Input: default@druid_table_alltypesorc POSTHOOK: Output: hdfs://### HDFS PATH ### -1969-02-26 1970-11-04 -1969-03-19 1970-10-14 -1969-11-13 1970-02-17 +1969-12-15 1970-01-16 +1969-12-15 1970-01-16 +1969-12-15 1970-01-16 Review comment: checked it out, DATE_ADD(cast(__time as date), CAST((cdouble / 1000) changed as the cdouble value changed due to change in rollup. Added more columns to this query to make things more clear in this PR ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
