Skip to content

Commit b8075e1

Browse files
committed
remove test for current date/timestamp braceless expressions
1 parent 6c932b7 commit b8075e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/ExpressionParserSuite.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -592,11 +592,6 @@ class ExpressionParserSuite extends PlanTest {
592592
intercept("1 - f('o', o(bar)) hello * world", "mismatched input '*'")
593593
}
594594

595-
test("current date/timestamp braceless expressions") {
596-
assertEqual("current_date", CurrentDate())
597-
assertEqual("current_timestamp", CurrentTimestamp())
598-
}
599-
600595
test("SPARK-17364, fully qualified column name which starts with number") {
601596
assertEqual("123_", UnresolvedAttribute("123_"))
602597
assertEqual("1a.123_", UnresolvedAttribute("1a.123_"))

0 commit comments

Comments
 (0)