mirror of https://github.com/apache/druid.git
fix compilation
This commit is contained in:
parent
1614f40f1a
commit
bb73b2556e
|
@ -159,7 +159,7 @@ public class HadoopIngestionSpec extends IngestionSpec<HadoopIOConfig, HadoopTun
|
||||||
version,
|
version,
|
||||||
thePartitionSpec,
|
thePartitionSpec,
|
||||||
shardSpecs,
|
shardSpecs,
|
||||||
rollupSpec == null ? 50000 : rollupSpec.rowFlushBoundary,
|
null,
|
||||||
leaveIntermediate,
|
leaveIntermediate,
|
||||||
cleanupOnFailure,
|
cleanupOnFailure,
|
||||||
overwriteFiles,
|
overwriteFiles,
|
||||||
|
|
Loading…
Reference in New Issue