Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22548#discussion_r220369718
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/PlanTest.scala
---
@@ -57,7 +57,7 @@ trait CodegenInterpretedPlanTest extends PlanTest {
* Provides helper methods for comparing plans, but without the overhead of
* mandating a FunSuite.
*/
-trait PlanTestBase extends PredicateHelper { self: Suite =>
+trait PlanTestBase extends PredicateHelper with SupportWithSQLConf { self:
Suite =>
--- End diff --
I put `SupportWithSQLConf.scala` in the same package with `PlanTest`. We
can move this to another better place.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]