Github user mgaido91 commented on the issue:
https://github.com/apache/spark/pull/18731
The reason of the UT failure is that in these two UTs we are passing
invalid JSONs (mind the extra closed curly brace):
-
https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala#L232;
-
https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala#L242
Parsing them correctly is a bad behavior of the current version IMHO.
I am correcting the JSONs in the UTs and rerun all the UTs locally.
@gatorsmile let me know if this is ok for you, please
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]