This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch support_case_when_statement in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 9fbd589 update case statement to skip some conditions won't happen discard ebc1c27 Address comments discard 66f13dc Address comments discard 17edcf9 Address comments discard 6008776 Not allowing aggregation functions in case statements for now discard 98e0523 Checks on then statements result type discard b93c6b4 Adding transform function support for case-when-else discard f3cc472 Adding case-when-else sql parsing statement add 2d28c0f Enhance quickstart script for CI tests (#5508) add 42bf64f Adding case-when-else sql parsing statement add 35bbeb4 Adding transform function support for case-when-else add 8f64bec Checks on then statements result type add d5315ce Not allowing aggregation functions in case statements for now add 0a8ee5e Address comments add 1f9ec7f Address comments add 76e9103 Address comments add 2efaa03 update case statement to skip some conditions won't happen add eeccadb Infer literal type in case-when statements This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (9fbd589) \ N -- N -- N refs/heads/support_case_when_statement (eeccadb) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/scripts/.pinot_quickstart.sh | 83 +++++++++++---------- .travis.yml | 3 +- .travis/.travis_quickstart.sh | 84 ++++++++++++---------- .../transform/function/CaseTransformFunction.java | 61 +++++++++++++++- .../function/LiteralTransformFunction.java | 59 ++++++++++++--- .../function/LiteralTransformFunctionTest.java | 41 +++++++++++ .../org/apache/pinot/tools/HybridQuickstart.java | 57 +++++++-------- .../java/org/apache/pinot/tools/Quickstart.java | 22 +++--- .../org/apache/pinot/tools/RealtimeQuickStart.java | 35 ++++----- 9 files changed, 296 insertions(+), 149 deletions(-) create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/LiteralTransformFunctionTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org