You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2021/07/20 15:32:46 UTC

[druid] branch suneet-s-patch-1 updated (0b96e38 -> 235f521)

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

suneet pushed a change to branch suneet-s-patch-1
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 0b96e38  Pin Jetty version to 9.4.x
     add 2705fe9  Fix avro json serde issues (#11455)
     add 5037493  Bump commons-io to 2.11.0 (#11460)
     add c7fdf1d  Fix typo in ingestion spec sample (#11433)
     add 235f521  Merge branch 'master' into suneet-s-patch-1

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                             |   2 -
 docs/ingestion/index.md                            |  12 +--
 .../druid/data/input/AvroHadoopInputRowParser.java |  46 +++++++++
 .../druid/data/input/AvroStreamInputRowParser.java |  29 +++++-
 .../druid/data/input/avro/AvroOCFInputFormat.java  |  35 ++++++-
 .../data/input/avro/AvroStreamInputFormat.java     |  13 ++-
 .../data/input/AvroHadoopInputRowParserTest.java   |  24 +++++
 .../data/input/AvroStreamInputFormatTest.java      |  19 +++-
 .../data/input/AvroStreamInputRowParserTest.java   |  18 ++++
 .../data/input/avro/AvroOCFInputFormatTest.java    | 108 +++++++++++++++++++++
 extensions-core/protobuf-extensions/pom.xml        |   2 +-
 licenses.yaml                                      |   4 +-
 pom.xml                                            |   2 +-
 .../segment/realtime/firehose/InlineFirehose.java  |   2 +-
 .../realtime/firehose/InlineFirehoseFactory.java   |   3 +-
 .../loading/LocalDataSegmentPusherTest.java        |   2 +-
 .../realtime/firehose/InlineFirehoseTest.java      |   7 +-
 17 files changed, 298 insertions(+), 30 deletions(-)
 create mode 100644 extensions-core/avro-extensions/src/test/java/org/apache/druid/data/input/avro/AvroOCFInputFormatTest.java

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