cgivre opened a new pull request #2132: URL: https://github.com/apache/drill/pull/2132
# [DRILL-7831](https://issues.apache.org/jira/browse/DRILL-7831): Drill Fails To Read XML File with Self Closing Tags ## Description This PR addresses two issues with the XML plugin for Drill: 1. In cases where there were self closing tags, Drill was not reading them correctly. This PR fixes this. 2. Attribute names were not being parsed correctly in the case of addresses with underscores. This is reported in [DRILL-7832](https://issues.apache.org/jira/browse/DRILL-7832). ## Documentation No user facing changes. ## Testing Several new unit tests added to this PR. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
