Github user felixcheung commented on the issue:
https://github.com/apache/spark/pull/17526
First failure wasn't clear the cause, the second is related to streaming
timing - I have seen it twice so far and should look into address it.
```
Failed
-------------------------------------------------------------------------
1. Failure: read.stream, write.stream, awaitTermination, stopQuery
(@test_streaming.R#56)
head(sql("SELECT count(*) FROM people"))[[1]] not equal to 3.
1/1 mismatches
[1] 0 - 3 == -3
2. Failure: read.stream, write.stream, awaitTermination, stopQuery
(@test_streaming.R#60)
head(sql("SELECT count(*) FROM people"))[[1]] not equal to 6.
1/1 mismatches
[1] 3 - 6 == -3
```
---
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]