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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org