You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ti...@apache.org on 2023/07/01 02:12:51 UTC

[pinot] branch master updated (9821cee011 -> b9cec629b7)

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

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


    from 9821cee011 Updated the code for showing the sql parsing exception. (#11009)
     add b9cec629b7 Add CLPDecodeRewriter to make it easier to call clpDecode with a column-group name rather than the individual columns. (#11006)

No new revisions were added by this update.

Summary of changes:
 .../sql/parsers/rewriter/CLPDecodeRewriter.java    | 177 +++++++++++++++++++++
 .../parsers/rewriter/CLPDecodeRewriterTest.java    |  65 ++++++++
 .../pinot-input-format/pinot-clp-log/pom.xml       |   4 +
 .../inputformat/clplog/CLPLogRecordExtractor.java  |  11 +-
 .../clplog/CLPLogRecordExtractorTest.java          |  16 +-
 5 files changed, 257 insertions(+), 16 deletions(-)
 create mode 100644 pinot-common/src/main/java/org/apache/pinot/sql/parsers/rewriter/CLPDecodeRewriter.java
 create mode 100644 pinot-common/src/test/java/org/apache/pinot/sql/parsers/rewriter/CLPDecodeRewriterTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org