-
- Downloads
[SPARK-21832][TEST] Merge SQLBuilderTest into ExpressionSQLBuilderSuite
## What changes were proposed in this pull request? After [SPARK-19025](https://github.com/apache/spark/pull/16869), there is no need to keep SQLBuilderTest. ExpressionSQLBuilderSuite is the only place to use it. This PR aims to remove SQLBuilderTest. ## How was this patch tested? Pass the updated `ExpressionSQLBuilderSuite`. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #19044 from dongjoon-hyun/SPARK-21832.
Showing
- sql/hive/src/test/scala/org/apache/spark/sql/catalyst/ExpressionSQLBuilderSuite.scala 20 additions, 3 deletions...apache/spark/sql/catalyst/ExpressionSQLBuilderSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/catalyst/SQLBuilderTest.scala 0 additions, 44 deletions.../scala/org/apache/spark/sql/catalyst/SQLBuilderTest.scala
Please register or sign in to comment