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/druid.git.
from 6d08a70 fix bug with aggregator expressions on realtime index with
string columns always producing 0 values (#11185)
add 3be8e29 Add integration test for protobuf (#11126)
No new revisions were added by this update.
Summary of changes:
integration-tests/docker/Dockerfile | 4 +
integration-tests/docker/test-data/wikipedia.desc | Bin 0 -> 727 bytes
integration-tests/pom.xml | 24 ++++++
integration-tests/script/copy_resources.sh | 1 +
.../script/docker_build_containers.sh | 6 +-
.../druid/testing/utils/EventSerializer.java | 4 +-
.../testing/utils/ProtobufEventSerializer.java | 85 +++++++++++++++++++++
... => ProtobufSchemaRegistryEventSerializer.java} | 44 +++++------
.../data/protobuf/input_format/input_format.json | 12 +++
.../parser/input_row_parser.json | 11 ++-
.../data/protobuf/serializer/serializer.json | 3 +
.../input_format/input_format.json | 4 +-
.../parser/input_row_parser.json | 6 +-
.../serializer/serializer.json | 3 +
14 files changed, 167 insertions(+), 40 deletions(-)
create mode 100644 integration-tests/docker/test-data/wikipedia.desc
create mode 100644
integration-tests/src/main/java/org/apache/druid/testing/utils/ProtobufEventSerializer.java
copy
integration-tests/src/main/java/org/apache/druid/testing/utils/{AvroSchemaRegistryEventSerializer.java
=> ProtobufSchemaRegistryEventSerializer.java} (64%)
create mode 100644
integration-tests/src/test/resources/stream/data/protobuf/input_format/input_format.json
copy integration-tests/src/test/resources/stream/data/{json =>
protobuf}/parser/input_row_parser.json (59%)
create mode 100644
integration-tests/src/test/resources/stream/data/protobuf/serializer/serializer.json
copy integration-tests/src/test/resources/stream/data/{avro_schema_registry =>
protobuf_schema_registry}/input_format/input_format.json (84%)
copy integration-tests/src/test/resources/stream/data/{avro_schema_registry =>
protobuf_schema_registry}/parser/input_row_parser.json (86%)
create mode 100644
integration-tests/src/test/resources/stream/data/protobuf_schema_registry/serializer/serializer.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]