You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by mc...@apache.org on 2021/03/04 19:51:16 UTC

[incubator-pinot] branch master updated (df767c0 -> b2d716d)

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

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


    from df767c0  Removing redundant check for column with RAW encoding and noDictionary config (#6636)
     add b2d716d  Add generation number to data and queries (#6638)

No new revisions were added by this update.

Summary of changes:
 compatibility-verifier/compCheck.sh                |  29 ++---
 .../java/org/apache/pinot/compat/tests/BaseOp.java |   6 +-
 .../pinot/compat/tests/CompatibilityOpsRunner.java |  12 +-
 .../org/apache/pinot/compat/tests/QueryOp.java     |  10 +-
 .../org/apache/pinot/compat/tests/SegmentOp.java   |  26 ++++-
 .../org/apache/pinot/compat/tests/StreamOp.java    |  44 ++++---
 .../org/apache/pinot/compat/tests/TableOp.java     |   2 +-
 .../tests/{CompatTestOperation.java => Utils.java} |  40 ++++---
 .../compat-tests/configs/FeatureTest1-schema.json  |  13 ++-
 .../compat-tests/configs/feature-test-1.json       |   1 +
 .../compat-tests/data/FeatureTest1-data-00.csv     |  22 ++--
 .../compat-tests/data/FeatureTest1-data-01.csv     |  16 +--
 .../compat-tests/data/recordReaderConfig.json      |   2 +-
 .../queries/feature-test-1-sql.queries             | 128 ++++++++++-----------
 .../query-results/feature-test-1-rest-sql.results  |   2 +-
 .../resources/compat-tests/stream-op-publish.yaml  |  26 +++--
 16 files changed, 215 insertions(+), 164 deletions(-)
 copy pinot-integration-tests/src/test/java/org/apache/pinot/compat/tests/{CompatTestOperation.java => Utils.java} (51%)


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