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/03 19:41:52 UTC

[druid] branch 0.18.0 updated (3429e1d -> 52d79f5)

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

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


    from 3429e1d  Allow Cloud Deep Storage configs without segment bucket or path specified (#9588) (#9601)
     add 52d79f5  [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590) (#9606)

No new revisions were added by this update.

Summary of changes:
 examples/quickstart/tutorial/transform-index.json  |   2 +-
 .../indexing/common/ReingestionTimelineUtils.java  |  32 ++++++
 .../firehose/IngestSegmentFirehoseFactory.java     |  17 +---
 .../druid/indexing/input/DruidInputSource.java     |  16 +--
 .../{ITIndexerTest.java => ITTransformTest.java}   |  82 ++++++++--------
 ...=> wikipedia_index_queries_with_transform.json} |  35 +++----
 ...edia_index_task_with_inputsource_transform.json | 103 ++++++++++++++++++++
 ...on => wikipedia_index_task_with_transform.json} |  20 +++-
 ...ex_druid_input_source_task_with_transforms.json | 106 ++++++++++++++++++++
 ...wikipedia_reindex_queries_with_transforms.json} |  26 +++--
 .../wikipedia_reindex_task_with_transforms.json    | 108 +++++++++++++++++++++
 11 files changed, 454 insertions(+), 93 deletions(-)
 copy integration-tests/src/test/java/org/apache/druid/tests/indexer/{ITIndexerTest.java => ITTransformTest.java} (54%)
 copy integration-tests/src/test/resources/indexer/{wikipedia_parallel_index_queries.json => wikipedia_index_queries_with_transform.json} (69%)
 create mode 100644 integration-tests/src/test/resources/indexer/wikipedia_index_task_with_inputsource_transform.json
 copy integration-tests/src/test/resources/indexer/{wikipedia_index_task.json => wikipedia_index_task_with_transform.json} (80%)
 create mode 100644 integration-tests/src/test/resources/indexer/wikipedia_reindex_druid_input_source_task_with_transforms.json
 copy integration-tests/src/test/resources/indexer/{wikipedia_reindex_queries.json => wikipedia_reindex_queries_with_transforms.json} (70%)
 create mode 100644 integration-tests/src/test/resources/indexer/wikipedia_reindex_task_with_transforms.json


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