[ 
https://issues.apache.org/jira/browse/DRILL-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17257624#comment-17257624
 ] 

ASF GitHub Bot commented on DRILL-7831:
---------------------------------------

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]


> Drill Fails To Read XML File with Self Closing Tags
> ---------------------------------------------------
>
>                 Key: DRILL-7831
>                 URL: https://issues.apache.org/jira/browse/DRILL-7831
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.17.0
>            Reporter: Charles Givre
>            Priority: Major
>             Fix For: 1.19.0
>
>
> If an XML file has self closing tags as shown below, Drill fails to read that 
> properly. 
> {{
> <field1 />
> <field2 />
> }}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to