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: [email protected]
For additional commands, e-mail: [email protected]