Michal Ostrowski has posted comments on this change. ( http://gerrit.cloudera.org:8080/11535 )
Change subject: IMPALA-6661 Make NaN values equal for grouping purposes. ...................................................................... Patch Set 14: (2 comments) http://gerrit.cloudera.org:8080/#/c/11535/9/testdata/workloads/functional-query/queries/QueryTest/exprs.test File testdata/workloads/functional-query/queries/QueryTest/exprs.test: http://gerrit.cloudera.org:8080/#/c/11535/9/testdata/workloads/functional-query/queries/QueryTest/exprs.test@25 PS9, Line 25: ('millisec > This is not yet addressed Done http://gerrit.cloudera.org:8080/#/c/11535/11/testdata/workloads/functional-query/queries/QueryTest/exprs.test File testdata/workloads/functional-query/queries/QueryTest/exprs.test: http://gerrit.cloudera.org:8080/#/c/11535/11/testdata/workloads/functional-query/queries/QueryTest/exprs.test@12 PS11, Line 12: check that add_months alias is working : select ADD_MONTHS(cast('2013-02-18 16:46:00.01' as timestamp), 1) : ---- RESULTS : 2013-03-18 16:46:00.010000000 : ---- TYPES : timestamp : ==== : ---- QUERY : # test extract with non-constant field name : select b.unit, extract(a.ts, b.unit) from : (values(cast('2013-02-18 16:46:00.01' as timestamp) ts)) a : cross join : (values('year' unit), ('month'), ('day'), ('hour'), ('minute'), ('second'), : ('millisecond'), ('epoch' )) b : ---- RESULTS : 'year',2013 : 'month',2 : 'day',18 : 'hour',16 : 'minute',46 : 'second',0 : 'milliseco > This comment is not yet addressed Done -- To view, visit http://gerrit.cloudera.org:8080/11535 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I996c4a2e1934fd887046ed0c55457b7285375086 Gerrit-Change-Number: 11535 Gerrit-PatchSet: 14 Gerrit-Owner: Michal Ostrowski <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Michal Ostrowski <[email protected]> Gerrit-Reviewer: Thomas Marshall <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Comment-Date: Mon, 15 Oct 2018 16:32:04 +0000 Gerrit-HasComments: Yes
