This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 5ee6e137c0 [multistage] Refactor StageMetadata from pinot-query-planner to pinot-query-runner module (#10791) add c8531ce4d4 [bugfix] fix floating point and integral type backward incompatible issue (#10650) No new revisions were added by this update. Summary of changes: .../common/request/context/LiteralContext.java | 67 ++++++---- .../function/LiteralTransformFunction.java | 4 + .../function/ScalarTransformFunctionWrapper.java | 8 ++ .../common/request/context/LiteralContextTest.java | 36 ++++++ .../function/CaseTransformFunctionTest.java | 141 ++++++--------------- .../function/InTransformFunctionTest.java | 1 - .../TupleSelectionTransformFunctionsTest.java | 4 +- .../BrokerRequestToQueryContextConverterTest.java | 4 +- 8 files changed, 137 insertions(+), 128 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org