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

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


    from 1abdbf53442 Pinot returns corresponding http response code for errors 
(#17341)
     add d1497bf7766 [MSE] Add Row() value expression support in comparison 
(#17317)

No new revisions were added by this update.

Summary of changes:
 .../tests/RowExpressionIntegrationTest.java        | 435 +++++++++++++++++++++
 .../pinot/calcite/sql/fun/PinotOperatorTable.java  |   1 +
 .../calcite/sql2rel/PinotConvertletTable.java      |  28 ++
 .../calcite/sql2rel/RowComparisonConvertlet.java   | 244 ++++++++++++
 .../org/apache/pinot/query/QueryEnvironment.java   |   2 +
 .../validate/RowExpressionValidationVisitor.java   | 182 +++++++++
 6 files changed, 892 insertions(+)
 create mode 100644 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/RowExpressionIntegrationTest.java
 create mode 100644 
pinot-query-planner/src/main/java/org/apache/pinot/calcite/sql2rel/RowComparisonConvertlet.java
 create mode 100644 
pinot-query-planner/src/main/java/org/apache/pinot/query/validate/RowExpressionValidationVisitor.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to