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/04/24 17:23:08 UTC

[druid] branch master updated (c5bfe36 -> 7fa72fb)

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 c5bfe36  Optimize FileWriteOutBytes to avoid high system cpu usage (#9722)
     add 7fa72fb  Initialize SettableByteEntityReader only when inputFormat is not null (#9734)

No new revisions were added by this update.

Summary of changes:
 .../druid/data/input/impl/DelimitedParseSpec.java  |   7 +
 .../SeekableStreamIndexTaskIOConfig.java           |   1 +
 .../SeekableStreamIndexTaskRunner.java             |  11 +-
 .../indexing/seekablestream/StreamChunkParser.java |  37 ++++-
 .../seekablestream/StreamChunkParserTest.java      | 176 +++++++++++++++++++++
 5 files changed, 221 insertions(+), 11 deletions(-)
 create mode 100644 indexing-service/src/test/java/org/apache/druid/indexing/seekablestream/StreamChunkParserTest.java


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