cgivre opened a new pull request, #2935: URL: https://github.com/apache/drill/pull/2935
# [DRILL-8506](https://issues.apache.org/jira/browse/DRILL-8506): Ignore JSON Elements with Empty Keys ## Description If Drill encounters a JSON field with an empty key, currently Drill throws an exception. This behavior prevents Drill from reading the rest of the data. This PR modifies Drill's behavior by simply ignoring JSON data with empty keys. Drill will generate a log warning message when this happens. ## Documentation No significant user facing changes. ## Testing Ran existing unit tests. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org