Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyangxiaozhu committed Jul 16, 2024
1 parent 373c10b commit 9d441ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ class ScalarFunctionsValidateSuite extends FunctionsValidateTest {
}
}

test("Test sequence function") {
test("Test sequence function optimized by Spark constant folding") {
withSQLConf(("spark.sql.optimizer.excludedRules", NullPropagation.ruleName)) {
runQueryAndCompare("""SELECT sequence(1, 5), l_orderkey
| from lineitem limit 100""".stripMargin) {
Expand Down

0 comments on commit 9d441ea

Please sign in to comment.