You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2022/11/15 20:25:43 UTC

[pinot] branch master updated (2987f7ad08 -> 00294bdd93)

This is an automated email from the ASF dual-hosted git repository.

rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 2987f7ad08 [multistage] [testing] Add transform operator unit test (#9791)
     add 00294bdd93 [multistage] add tests for lexical structure and value exprs (#9798)

No new revisions were added by this update.

Summary of changes:
 .../query/planner/logical/RelToStageConverter.java |   1 +
 .../pinot/query/runtime/QueryRunnerTestBase.java   |  14 +-
 .../runtime/queries/ResourceBasedQueriesTest.java  |  36 +++-
 .../src/test/resources/queries/BasicQuery.json     |   6 +-
 .../test/resources/queries/LexicalStructure.json   | 184 +++++++++++++++++++++
 .../test/resources/queries/ValueExpressions.json   | 102 ++++++++++++
 6 files changed, 332 insertions(+), 11 deletions(-)
 create mode 100644 pinot-query-runtime/src/test/resources/queries/LexicalStructure.json
 create mode 100644 pinot-query-runtime/src/test/resources/queries/ValueExpressions.json


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org