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 339876b fill out missing test coverage for druid-stats,
druid-momentsketch, druid-tdigestsketch postaggs (#9740)
add 28be107 add flag to flattenSpec to keep null columns (#9814)
No new revisions were added by this update.
Summary of changes:
.../druid/benchmark/FlattenJSONBenchmarkUtil.java | 5 +
.../druid/data/input/impl/JSONParseSpec.java | 25 ++--
.../druid/data/input/impl/JsonInputFormat.java | 11 +-
.../apache/druid/data/input/impl/JsonReader.java | 5 +-
.../util/common/parsers/JSONFlattenerMaker.java | 10 +-
.../java/util/common/parsers/JSONPathParser.java | 6 +-
.../data/input/impl/InputRowParserSerdeTest.java | 5 +
.../druid/data/input/impl/JSONParseSpecTest.java | 29 ++++-
.../druid/data/input/impl/JsonInputFormatTest.java | 18 ++-
.../druid/data/input/impl/JsonReaderTest.java | 129 +++++++++++++++++++++
.../util/common/parsers/JSONPathParserTest.java | 16 +--
.../input/thrift/ThriftInputRowParserTest.java | 4 +-
.../google/GoogleCloudStorageInputSourceTest.java | 6 +-
.../druid/indexing/kafka/KafkaSamplerSpecTest.java | 2 +-
.../kafka/supervisor/KafkaSupervisorTest.java | 3 +-
.../indexing/kinesis/KinesisSamplerSpecTest.java | 2 +-
.../kinesis/supervisor/KinesisSupervisorTest.java | 3 +-
.../lookup/namespace/UriExtractionNamespace.java | 3 +-
.../input/protobuf/ProtobufInputRowParserTest.java | 4 +-
.../druid/data/input/s3/S3InputSourceTest.java | 10 +-
.../indexer/HadoopDruidIndexerMapperTest.java | 3 +-
.../druid/indexer/IndexGeneratorJobTest.java | 2 +
.../org/apache/druid/indexer/JobHelperTest.java | 3 +-
.../druid/indexing/common/task/IndexTaskTest.java | 4 +-
.../parallel/ParallelIndexTestingFactory.java | 2 +-
.../PartialHashSegmentGenerateTaskTest.java | 2 +-
.../batch/parallel/SinglePhaseSubTaskSpecTest.java | 2 +-
.../firehose/IngestSegmentFirehoseFactoryTest.java | 1 +
.../IngestSegmentFirehoseFactoryTimelineTest.java | 1 +
.../overlord/sampler/InputSourceSamplerTest.java | 4 +-
.../SeekableStreamIndexTaskTestBase.java | 6 +-
.../seekablestream/StreamChunkParserTest.java | 10 +-
.../SeekableStreamSupervisorStateTest.java | 4 +-
.../org/apache/druid/query/DoubleStorageTest.java | 1 +
.../druid/segment/indexing/DataSchemaTest.java | 9 ++
.../druid/segment/realtime/FireDepartmentTest.java | 1 +
.../realtime/appenderator/AppenderatorTester.java | 1 +
.../DefaultOfflineAppenderatorFactoryTest.java | 1 +
.../firehose/EventReceiverFirehoseIdleTest.java | 1 +
.../firehose/EventReceiverFirehoseTest.java | 2 +
.../plumber/RealtimePlumberSchoolTest.java | 2 +
web-console/e2e-tests/tutorial-batch.spec.ts | 1 +
web-console/src/utils/ingestion-spec.tsx | 1 +
web-console/src/utils/sampler.ts | 7 +-
web-console/src/utils/utils.spec.ts | 1 +
45 files changed, 305 insertions(+), 63 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]