Skip to content

Commit 9c6d9e4

Browse files
committed
Fix typo.
1 parent 5128fe2 commit 9c6d9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import org.apache.spark.sql.{SchemaRDD, execution, Row}
2828
*/
2929
class HiveQuerySuite extends HiveComparisonTest {
3030

31-
test("create as table as runs once") {
31+
test("CREATE TABLE AS runs once") {
3232
hql("CREATE TABLE foo AS SELECT 1 FROM src LIMIT 1").collect()
3333
assert(hql("SELECT COUNT(*) FROM foo").collect().head.getLong(0) === 1,
3434
"Incorrect number of rows in created table")

0 commit comments

Comments
 (0)