You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/09/02 21:21:45 UTC

[incubator-pinot] branch add-counter-for-detecting-schema-mismatch updated (266f6b1 -> 4de10c0)

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

jlli pushed a change to branch add-counter-for-detecting-schema-mismatch
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 266f6b1  Add an option to fail the job if schemas mismatch
     add 4de10c0  Rename SchemaValidator to IngestionSchemaValidator

No new revisions were added by this update.

Summary of changes:
 .../creator/SegmentIndexCreationDriver.java        |  4 +-
 .../impl/SegmentIndexCreationDriverImpl.java       | 10 +--
 .../SegmentGenerationWithNullValueVectorTest.java  |  6 +-
 .../pinot/query/executor/QueryExecutorTest.java    | 12 ++--
 .../hadoop/job/mappers/SegmentCreationMapper.java  | 24 ++++----
 ...Test.java => IngestionSchemaValidatorTest.java} | 72 +++++++++++-----------
 ...ator.java => AvroIngestionSchemaValidator.java} |  6 +-
 ...alidator.java => IngestionSchemaValidator.java} |  2 +-
 .../pinot/spi/data/SchemaValidatorFactory.java     | 11 ++--
 9 files changed, 73 insertions(+), 74 deletions(-)
 rename pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/test/java/org/apache/pinot/hadoop/data/{SchemaValidatorTest.java => IngestionSchemaValidatorTest.java} (53%)
 rename pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/{AvroSchemaValidator.java => AvroIngestionSchemaValidator.java} (97%)
 rename pinot-spi/src/main/java/org/apache/pinot/spi/data/{SchemaValidator.java => IngestionSchemaValidator.java} (96%)


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