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 <[email protected]>
  • Loading branch information
dr-lilienthal authored and salyh committed Oct 28, 2024
1 parent b702d66 commit 8f711e3
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 8f711e3

Please sign in to comment.