clintropolis commented on a change in pull request #12250:
URL: https://github.com/apache/druid/pull/12250#discussion_r803241177
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/common/task/AppenderatorDriverRealtimeIndexTask.java
##########
@@ -781,7 +781,8 @@ private Appenderator newAppenderator(
toolbox.getCachePopulatorStats(),
rowIngestionMeters,
parseExceptionHandler,
- isUseMaxMemoryEstimates()
+ isUseMaxMemoryEstimates(),
+ getContextValue(Tasks.STORE_EMPTY_COLUMNS_KEY,
toolbox.getConfig().isStoreEmptyColumns())
Review comment:
nit format (also a handful of other places, intellij probably did you
dirty in a refactor)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]