Description
When running the tests with IntelliJ, sometime the error pops out:
spark/sql/core/src/test/scala/org/apache/spark/sql/execution/command/PlanResolutionSuite.scala:149:18
value getArgument is not a member of org.mockito.invocation.InvocationOnMock
invocation.getArgument[Identifier](0).name match {
It seems caused by some conflicts versioning of mockito in the IDE.