Closed metador closed 8 years ago
Thanks for detailed explanation. I will take a look and be back.
Oh, it was my bad. I forgot to add a default case. I submitted a PR here https://github.com/databricks/spark-xml/pull/166.
Fixed in #166 Thanks.
Thanks
I'm trying to load a xml file and it fails while parsing the some of the comments. The comment
<!-- 1 Beefy Fritos Bur -->
fails with the error Scala: Match Error but looks like<!-- TLD Generator V1.28c -->
is parsed without any problems.Here is the XML
Here is the code that I am trying to run:
The error I am running into is the Scala:MatchError Here is the Log:
Any idea why this is happening and how we can solve this? Thanks