Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Conversation

@gerbszt
Copy link

@gerbszt gerbszt commented Jul 8, 2018

The latest commit to master branch introduced a small bug - rows with self-closing tags inside cannot be parsed anymore.

XmlInputFormat stops reading the row once it encounters '/>' sequence. It was meant to be one of the possible endings of row, but it may happen inside it as well.

This PR doesn't solve the problem, but makes it easy to spot by providing a simple test case.
Previous master's HEAD (prior the commit in question) passes the test, so maybe the best approach would be to revert f3772 commit, apply this PR and merge f3772 back once it passes updated test suite.

@HyukjinKwon
Copy link
Member

@BioQwer, would you mind if I ask to take a look please? I think we should revert the commit to keep the compatibility.

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gerbszt, thanks for adding this test. It will be merged as is after reverting the commit, or another fix will be open with the proposed test here.

@BioQwer
Copy link
Contributor

BioQwer commented Jul 10, 2018

Yes, I will see it.

@HyukjinKwon
Copy link
Member

Let me revert that one and make a release within few weeks as it's really been a while since the last release.

@BioQwer
Copy link
Contributor

BioQwer commented Aug 1, 2018

@HyukjinKwon I'm sorry for the delay.
Wait until Monday please. After monday you can revert.
Is ok?

@srowen
Copy link
Collaborator

srowen commented Dec 20, 2018

This should be fixed by #352

@srowen srowen closed this Dec 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants