You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2019/11/23 02:01:52 UTC

[incubator-druid] branch master updated (7250010 -> 0514e56)

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

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


    from 7250010  add parquet support to native batch (#8883)
     add 0514e56  add TsvInputFormat (#8915)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/data/input/InputFormat.java   |   4 +-
 .../apache/druid/data/input/impl/CSVParseSpec.java |   2 +-
 .../druid/data/input/impl/CsvInputFormat.java      | 119 +--------------------
 .../apache/druid/data/input/impl/CsvReader.java    | 108 ++-----------------
 ...utFormat.java => SeparateValueInputFormat.java} |  89 ++++++++++-----
 .../{CsvReader.java => SeparateValueReader.java}   |  33 ++++--
 ...ongDimensionSchema.java => TsvInputFormat.java} |  29 ++---
 .../apache/druid/data/input/impl/TsvReader.java}   |  40 +++----
 .../druid/java/util/common/parsers/CSVParser.java  |   4 +-
 .../druid/data/input/impl/CsvInputFormatTest.java  |   4 +-
 .../druid/data/input/impl/CsvReaderTest.java       |  28 +++--
 .../input/impl/InputEntityIteratingReaderTest.java |   1 +
 .../input/impl/TimedShutoffInputSourceTest.java    |   2 +-
 ...nputFormatTest.java => TsvInputFormatTest.java} |  12 +--
 .../{CsvReaderTest.java => TsvReaderTest.java}     |  86 ++++++++-------
 .../ParallelIndexSupervisorTaskSerdeTest.java      |   2 +-
 .../sampler/CsvInputSourceSamplerTest.java         |   2 +-
 .../overlord/sampler/InputSourceSamplerTest.java   |   2 +-
 .../RecordSupplierInputSourceTest.java             |   2 +-
 19 files changed, 225 insertions(+), 344 deletions(-)
 copy core/src/main/java/org/apache/druid/data/input/impl/{CsvInputFormat.java => SeparateValueInputFormat.java} (67%)
 copy core/src/main/java/org/apache/druid/data/input/impl/{CsvReader.java => SeparateValueReader.java} (80%)
 copy core/src/main/java/org/apache/druid/data/input/impl/{LongDimensionSchema.java => TsvInputFormat.java} (62%)
 copy core/src/{test/java/org/apache/druid/data/input/impl/NoopInputFormat.java => main/java/org/apache/druid/data/input/impl/TsvReader.java} (62%)
 copy core/src/test/java/org/apache/druid/data/input/impl/{CsvInputFormatTest.java => TsvInputFormatTest.java} (80%)
 copy core/src/test/java/org/apache/druid/data/input/impl/{CsvReaderTest.java => TsvReaderTest.java} (74%)


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