File tree Expand file tree Collapse file tree
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class HiveExplainSuite extends QueryTest with SQLTestUtils with TestHiveSingleto
5353 " == Analyzed Logical Plan ==" ,
5454 " == Optimized Logical Plan ==" ,
5555 " == Physical Plan ==" ,
56- " CreateTableAsSelect " ,
56+ " CreateHiveTableAsSelect " ,
5757 " InsertIntoHiveTable" ,
5858 " Limit" ,
5959 " src" )
@@ -71,7 +71,7 @@ class HiveExplainSuite extends QueryTest with SQLTestUtils with TestHiveSingleto
7171 " == Analyzed Logical Plan ==" ,
7272 " == Optimized Logical Plan ==" ,
7373 " == Physical Plan ==" ,
74- " CreateTableAsSelect " ,
74+ " CreateHiveTableAsSelect " ,
7575 " InsertIntoHiveTable" ,
7676 " Limit" ,
7777 " src" )
@@ -92,7 +92,7 @@ class HiveExplainSuite extends QueryTest with SQLTestUtils with TestHiveSingleto
9292 val shouldContain =
9393 " == Parsed Logical Plan ==" :: " == Analyzed Logical Plan ==" :: " Subquery" ::
9494 " == Optimized Logical Plan ==" :: " == Physical Plan ==" ::
95- " CreateTableAsSelect " :: " InsertIntoHiveTable" :: " jt" :: Nil
95+ " CreateHiveTableAsSelect " :: " InsertIntoHiveTable" :: " jt" :: Nil
9696 for (key <- shouldContain) {
9797 assert(outputs.contains(key), s " $key doesn't exist in result " )
9898 }
You can’t perform that action at this time.
0 commit comments