[ 
https://issues.apache.org/jira/browse/PIG-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ahmed Eldawy updated PIG-3373:
------------------------------

    Labels: patch  (was: )
    Status: Patch Available  (was: Open)

I fixed this bug by allowing the reader to continue reading from the file after 
block boundary until the start tag is completely read and tested
                
> XMLLoader returns non-matching nodes when a tag name spans through the block 
> boundary
> -------------------------------------------------------------------------------------
>
>                 Key: PIG-3373
>                 URL: https://issues.apache.org/jira/browse/PIG-3373
>             Project: Pig
>          Issue Type: Bug
>          Components: piggybank
>            Reporter: Ahmed Eldawy
>            Assignee: Ahmed Eldawy
>              Labels: patch
>
> When node start tag spans two blocks this tag is returned even if it is not 
> of the type.
> Example: For the following input file
> <event id="3423">
> <ev
> -------- BLOCK BOUNDARY
> entually id="dfasd">
> XMLoader with tag type 'event' should return only the first one but it 
> actually returns both of them

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to