From commits-return-15839-archive-asf-public=cust-asf.ponee.io@pinot.apache.org Sat Feb 1 07:39:00 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6CDBF180657 for ; Sat, 1 Feb 2020 08:39:00 +0100 (CET) Received: (qmail 37262 invoked by uid 500); 1 Feb 2020 07:38:59 -0000 Mailing-List: contact commits-help@pinot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pinot.apache.org Delivered-To: mailing list commits@pinot.apache.org Received: (qmail 37245 invoked by uid 99); 1 Feb 2020 07:38:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Feb 2020 07:38:59 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9CEA78B690; Sat, 1 Feb 2020 07:38:59 +0000 (UTC) Date: Sat, 01 Feb 2020 07:38:59 +0000 To: "commits@pinot.apache.org" Subject: [incubator-pinot] branch make_alias_in_output_schema updated (d10afbb -> c4c49db) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158054273908.28758.5231728531052486975@gitbox.apache.org> From: xiangfu@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-pinot X-Git-Refname: refs/heads/make_alias_in_output_schema X-Git-Reftype: branch X-Git-Oldrev: d10afbbc338ca16c51c3f4868580ee2b088110f3 X-Git-Newrev: c4c49db77a41a9f6625a74b46de8d07974a3f73d X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch make_alias_in_output_schema in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from d10afbb Set alias name in response schema names add c4c49db Adding test for cast with reduce No new revisions were added by this update. Summary of changes: .../org/apache/pinot/queries/BaseQueriesTest.java | 95 ++++++++++-- .../apache/pinot/queries/DistinctQueriesTest.java | 4 +- .../apache/pinot/queries/FastHllQueriesTest.java | 12 +- ...terSegmentAggregationMultiValueQueriesTest.java | 172 ++++++++++++--------- ...erSegmentAggregationSingleValueQueriesTest.java | 144 ++++++++--------- .../InterSegmentOrderByMultiValueQueriesTest.java | 2 +- .../InterSegmentOrderBySingleValueQueriesTest.java | 16 +- ...terSegmentResultTableMultiValueQueriesTest.java | 152 +++++++++--------- ...erSegmentResultTableSingleValueQueriesTest.java | 168 ++++++++++---------- .../queries/PercentileTDigestQueriesTest.java | 4 +- .../pinot/queries/SerializedBytesQueriesTest.java | 6 +- .../apache/pinot/queries/TransformQueriesTest.java | 2 +- 12 files changed, 440 insertions(+), 337 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org For additional commands, e-mail: commits-help@pinot.apache.org