mirror of https://github.com/apache/druid.git
Pass in segmentTable correctly (#7492)
This commit is contained in:
parent
8078f567aa
commit
9732e04c60
|
@ -89,8 +89,8 @@ public class MetadataStorageUpdaterJobSpec implements Supplier<MetadataStorageCo
|
|||
return new MetadataStorageTablesConfig(
|
||||
null,
|
||||
null,
|
||||
segmentTable,
|
||||
null,
|
||||
segmentTable,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
|
|
Loading…
Reference in New Issue