sarutak commented on pull request #30336:
URL: https://github.com/apache/spark/pull/30336#issuecomment-729799867
> The interesting part is that locally works. Just executed it. Doing a full
re-compile and let's see.
What the test complains about is used later on: parent.parent.conf which was
worked before.
Yes, this change itself works well. The error seems that the mock of
`StreamingQueryTab` is not implemented enough. Only the following 3 members
seems to be imeplemented.
```
when(tab.appName).thenReturn("testing")
when(tab.headerTabs).thenReturn(Seq.empty)
when(tab.statusListener).thenReturn(statusListener)
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]