-
- Downloads
[SPARK-21803][TEST] Remove the HiveDDLCommandSuite
## What changes were proposed in this pull request? We do not have any Hive-specific parser. It does not make sense to keep a parser-specific test suite `HiveDDLCommandSuite.scala` in the Hive package. This PR is to remove it. ## How was this patch tested? N/A Author: gatorsmile <gatorsmile@gmail.com> Closes #19015 from gatorsmile/combineDDL.
Showing
- sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLParserSuite.scala 569 additions, 3 deletions...g/apache/spark/sql/execution/command/DDLParserSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveDDLCommandSuite.scala 0 additions, 739 deletions...scala/org/apache/spark/sql/hive/HiveDDLCommandSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/TestHiveSuite.scala 4 additions, 0 deletions.../test/scala/org/apache/spark/sql/hive/TestHiveSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala 11 additions, 0 deletions...la/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveSerDeSuite.scala 132 additions, 1 deletion.../org/apache/spark/sql/hive/execution/HiveSerDeSuite.scala
Loading
Please register or sign in to comment