Github user ssriniva123 commented on the issue: https://github.com/apache/drill/pull/518 There is not much to do except change the JSON parser to support this functionality. - Indicate to the parser that a current record terminates when it encounters a \n (Of course this then assumes that druid also aligns to record separators using a new line). This is a change to make to the jackson parser. - Right now the current code works for all the standard cases except one case where the inner most sub-structure within a JSON is malformed. Given that this is a great recipe for approximation algorithms , I am requesting this change to be pulled in. If need be we can work on change to the jackson parser using a different request.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---