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

[incubator-druid] branch master updated (16117928 -> 7fa3182)

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

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


    from 16117928 Add InputSource and InputFormat interfaces (#8823)
     add 7fa3182  refactor InputFormat and InputEntityReader implementations (#8875)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/data/input/InputEntityReader.java |  5 ++---
 .../java/org/apache/druid/data/input/InputFormat.java  |  4 +++-
 .../druid/data/input/IntermediateRowParsingReader.java | 11 +++++------
 .../java/org/apache/druid/data/input/TextReader.java   |  8 ++++++--
 .../apache/druid/data/input/impl/CsvInputFormat.java   |  6 +++++-
 .../org/apache/druid/data/input/impl/CsvReader.java    |  6 +++++-
 .../data/input/impl/InputEntityIteratingReader.java    |  8 ++++----
 .../apache/druid/data/input/impl/JsonInputFormat.java  |  6 ++++--
 .../org/apache/druid/data/input/impl/JsonReader.java   | 12 ++++++++++--
 .../apache/druid/data/input/impl/CsvReaderTest.java    | 18 ++++++++++--------
 .../apache/druid/data/input/impl/JsonReaderTest.java   | 12 ++++++++----
 .../apache/druid/data/input/impl/NoopInputFormat.java  |  5 ++++-
 12 files changed, 66 insertions(+), 35 deletions(-)


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