zsxwing commented on a change in pull request #27680: [SPARK-30936][Core]Set
FAIL_ON_UNKNOWN_PROPERTIES to false by default to parse Spark events
URL: https://github.com/apache/spark/pull/27680#discussion_r383435835
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQueryListenerSuite.scala
##########
@@ -382,28 +382,27 @@ class StreamingQueryListenerSuite extends StreamTest
with BeforeAndAfter {
}
}
- testQuietly("ReplayListenerBus should ignore broken event jsons generated in
2.0.0") {
+ testQuietly("ReplayListenerBus should ignore broken event jsons generated in
2_0_0") {
Review comment:
I changed test names to remove `.` so that we can get a better test report.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]