Commit 6588e64
committed
test: Restrict DuckDB lambda test to DuckDbDialect
GenericDialect does not support lambda functions due to syntax conflicts with PostgreSQL JSON operators (specifically the '->' operator). This commit updates test_duckdb_lambda_function to verify lambda syntax only against DuckDbDialect, resolving a test failure where GenericDialect misparsed the lambda expression.1 parent 974a770 commit 6588e64
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
878 | | - | |
| 878 | + | |
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| |||
0 commit comments