You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2021/06/07 09:50:17 UTC

[druid] branch master updated (0c5d1c9 -> 44d6293)

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

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


    from 0c5d1c9  Web console: add more query fixing auto suggestions (#11203)
     add 44d6293  handle timestamps of complex types when parsing protobuf messages (#11293)

No new revisions were added by this update.

Summary of changes:
 codestyle/checkstyle-suppressions.xml              |    2 +-
 .../input/protobuf/ProtobufInputRowParser.java     |   28 +-
 .../input/protobuf/ProtobufInputRowSchema.java     |   76 +
 .../druid/data/input/protobuf/ProtobufReader.java  |   10 +-
 .../data/input/protobuf/ProtoTestEventWrapper.java | 2187 +++++++++-----------
 .../input/protobuf/ProtobufInputFormatTest.java    |   87 +-
 .../input/protobuf/ProtobufInputRowParserTest.java |  185 +-
 .../data/input/protobuf/ProtobufReaderTest.java    |  125 ++
 ...chemaRegistryBasedProtobufBytesDecoderTest.java |   40 +-
 .../src/test/resources/ProtoTest.proto             |    7 +-
 .../src/test/resources/prototest.desc              |  Bin 639 -> 998 bytes
 11 files changed, 1402 insertions(+), 1345 deletions(-)
 create mode 100644 extensions-core/protobuf-extensions/src/main/java/org/apache/druid/data/input/protobuf/ProtobufInputRowSchema.java
 create mode 100644 extensions-core/protobuf-extensions/src/test/java/org/apache/druid/data/input/protobuf/ProtobufReaderTest.java

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