mirror of https://github.com/apache/druid.git
fix wrong shard spec
This commit is contained in:
parent
f8ff9296bc
commit
2c5562b6ff
|
@ -517,7 +517,7 @@ public class RealtimePlumber implements Plumber
|
|||
sinkInterval.getStart(),
|
||||
sinkInterval.getEnd(),
|
||||
versioningPolicy.getVersion(sinkInterval),
|
||||
new NoneShardSpec()
|
||||
schema.getShardSpec()
|
||||
),
|
||||
IndexIO.loadIndex(segmentDir)
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue