mirror of https://github.com/apache/druid.git
IndexGeneratorTask: Fix serialization
This commit is contained in:
parent
d163f07ae0
commit
5c3db75a01
|
@ -219,7 +219,7 @@ public class IndexGeneratorTask extends AbstractTask
|
||||||
return schema.getShardSpec().isInChunk(eventDimensions);
|
return schema.getShardSpec().isInChunk(eventDimensions);
|
||||||
}
|
}
|
||||||
|
|
||||||
@JsonProperty
|
@JsonProperty("firehose")
|
||||||
public FirehoseFactory getFirehoseFactory()
|
public FirehoseFactory getFirehoseFactory()
|
||||||
{
|
{
|
||||||
return firehoseFactory;
|
return firehoseFactory;
|
||||||
|
|
Loading…
Reference in New Issue