Skip to content

Commit

Permalink
update integration test to use between keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Schmidt <jens.schmidt@eliatra.com>
  • Loading branch information
dr-lilienthal authored and salyh committed Oct 25, 2024
1 parent a617d66 commit f0d7aab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PPLLogicalPlanBetweenExpressionTranslatorTestSuite
planTransformer.visit(
plan(
pplParser,
"source = table | where datetime_field >= '2024-09-10' and datetime_field <= '2024-09-15'"),
"source = table | where datetime_field between '2024-09-10' and '2024-09-15'"),
context)
}
// SQL: SELECT * FROM table WHERE datetime_field BETWEEN '2024-09-10' AND '2024-09-15'
Expand Down

0 comments on commit f0d7aab

Please sign in to comment.