You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2020/01/17 23:35:28 UTC

[druid] branch master updated (936b9bd -> 84ff0d2)

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

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


    from 936b9bd  add deets about the keyfile (#9209)
     add 84ff0d2  Fix TSV bugs (#9199)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/data/input/TextReader.java    |   7 +-
 .../druid/data/input/impl/CsvInputFormat.java      |  53 +++++-
 .../data/input/impl/DelimitedInputFormat.java      | 186 +++++----------------
 .../data/input/impl/DelimitedValueReader.java      |  48 +-----
 .../druid/data/input/impl/FlatTextInputFormat.java | 140 ++++++++++++++++
 .../druid/data/input/impl/JsonInputFormat.java     |   2 +-
 .../apache/druid/data/input/impl/JsonReader.java   |   4 +-
 .../druid/data/input/impl/RegexInputFormat.java    |   2 +-
 .../apache/druid/data/input/impl/RegexReader.java  |   4 +-
 .../druid/java/util/common/parsers/CSVParser.java  |  16 +-
 .../java/util/common/parsers/DelimitedParser.java  |  37 +---
 .../druid/data/input/impl/CsvInputFormatTest.java  |  46 ++++-
 .../data/input/impl/DelimitedInputFormatTest.java  |  79 +++++++--
 .../druid/data/input/impl/DelimitedReaderTest.java | 101 +----------
 14 files changed, 376 insertions(+), 349 deletions(-)
 create mode 100644 core/src/main/java/org/apache/druid/data/input/impl/FlatTextInputFormat.java


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