MaxGekk commented on a change in pull request #26799: [WIP][SPARK-30170][SQL]
Eliminate compilation warnings: part 1
URL: https://github.com/apache/spark/pull/26799#discussion_r355214839
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisExternalCatalogSuite.scala
##########
@@ -59,7 +59,7 @@ class AnalysisExternalCatalogSuite extends AnalysisTest with
Matchers {
Alias(UnresolvedFunction("sum", Seq(UnresolvedAttribute("a")),
isDistinct = false), "s")()
val plan = Project(Seq(func), testRelation)
analyzer.execute(plan)
- verifyZeroInteractions(catalog)
+ verifyNoInteractions(catalog)
Review comment:
```
Warning:Warning:line (62)method verifyZeroInteractions in class Mockito is
deprecated: see corresponding Javadoc for more information.
verifyZeroInteractions(catalog)
```
----------------------------------------------------------------
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]