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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]