This is an automated email from the ASF dual-hosted git repository.
yashmayya pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 7bd61f05a7 SegmentRelocator should skip rebalancing tables that
haven't completed rebalance since the last relocator run (#15681)
add 75fe05f37f Add type coercion (implicit cast) rules for TIMESTAMP /
LONG in the multi-stage engine (#15679)
No new revisions were added by this update.
Summary of changes:
.../pinot/query/validate/PinotTypeCoercion.java | 101 +++++++++++++++++++++
.../org/apache/pinot/query/validate/Validator.java | 4 +-
.../pinot/query/QueryEnvironmentTestBase.java | 25 ++++-
.../test/resources/queries/BasicQueryPlans.json | 10 +-
.../src/test/resources/queries/JoinPlans.json | 40 ++++----
.../resources/queries/LiteralEvaluationPlans.json | 6 +-
.../src/test/resources/queries/TypeCoercion.json | 98 ++++++++++++++++++++
7 files changed, 254 insertions(+), 30 deletions(-)
create mode 100644
pinot-query-planner/src/main/java/org/apache/pinot/query/validate/PinotTypeCoercion.java
create mode 100644
pinot-query-runtime/src/test/resources/queries/TypeCoercion.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]