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 2019/04/18 03:07:30 UTC

[incubator-druid] branch master updated: Pass in segmentTable correctly (#7492)

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

jihoonson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 9732e04  Pass in segmentTable correctly (#7492)
9732e04 is described below

commit 9732e04c60fcaf7f9869024f7676a81af6f25359
Author: Samarth Jain <sa...@apache.org>
AuthorDate: Wed Apr 17 20:07:22 2019 -0700

    Pass in segmentTable correctly (#7492)
---
 .../org/apache/druid/indexer/updater/MetadataStorageUpdaterJobSpec.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indexing-hadoop/src/main/java/org/apache/druid/indexer/updater/MetadataStorageUpdaterJobSpec.java b/indexing-hadoop/src/main/java/org/apache/druid/indexer/updater/MetadataStorageUpdaterJobSpec.java
index baa9631..0f8ca0a 100644
--- a/indexing-hadoop/src/main/java/org/apache/druid/indexer/updater/MetadataStorageUpdaterJobSpec.java
+++ b/indexing-hadoop/src/main/java/org/apache/druid/indexer/updater/MetadataStorageUpdaterJobSpec.java
@@ -89,8 +89,8 @@ public class MetadataStorageUpdaterJobSpec implements Supplier<MetadataStorageCo
     return new MetadataStorageTablesConfig(
         null,
         null,
-        segmentTable,
         null,
+        segmentTable,
         null,
         null,
         null,


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