Skip to content

Commit

Permalink
Reopen UT
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Jun 6, 2024
1 parent 8c6433e commit 2154812
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ class GlutenFunctionSuite
| , left(`101`, 0)
| , left(`101`, -1) -- error
| from parquet.`$testPath/left`
|""".stripMargin,
ignore = true
|""".stripMargin
),
TestCase(
"trim",
Expand All @@ -56,8 +55,7 @@ class GlutenFunctionSuite
| , trim(LEADING `100` from `99`) -- error
| , trim(TRAILING `100` from `99`) -- error
| from parquet.`$testPath/left`
|""".stripMargin,
ignore = true
|""".stripMargin
),
TestCase(
"date_format 1",
Expand All @@ -72,8 +70,7 @@ class GlutenFunctionSuite
| , date_format(`0`, 'm')
| , date_format(`0`, 's')
| from parquet.`$testPath/date_format/date`
|""".stripMargin,
ignore = true
|""".stripMargin
),
TestCase(
"date_format 2",
Expand All @@ -88,8 +85,7 @@ class GlutenFunctionSuite
| , date_format(`4`, 'm')
| , date_format(`4`, 's')
| from parquet.`$testPath/date_format/timestamp`
|""".stripMargin,
ignore = true
|""".stripMargin
)
)

Expand Down

0 comments on commit 2154812

Please sign in to comment.