mirror of
https://github.com/apache/druid.git
synced 2025-02-07 10:38:18 +00:00
7c01f77b04
* add parseBatch and deprecate parse method in InputRowParser add addAll method, skip max rows in memory check for it remove parse method from implemetations transform transformers add string multiplier input row parser fix withParseSpec fix kafka batch indexing fix isPersistRequired comments * add unit test * make persist async * review comments