alamb commented on code in PR #4569:
URL: https://github.com/apache/arrow-datafusion/pull/4569#discussion_r1044589886
##########
datafusion/core/tests/sqllogictests/test_files/dates.slt:
##########
@@ -0,0 +1,85 @@
+# Licensed to the Apache Software Foundation (ASF) under one
Review Comment:
This test fails on master like:
```
from test
where d3_date > d2_date + INTERVAL '5 days' AND i_item_desc != 'g';"
Error: SqlLogicTest(query failed: DataFusion error: This feature is not
implemented: Unsupported interval argument. Expected string literal, got:
BinaryOp { left: Value(SingleQuotedString("5 days")), op: And, right: BinaryOp
{ left: Identifier(Ident { value: "i_item_desc", quote_style: None }), op:
NotEq, right: Value(SingleQuotedString("g")) } }
[SQL] select i_item_desc
from test
where d3_date > d2_date + INTERVAL '5 days' AND i_item_desc != 'g';
at tests/sqllogictests/test_files/dates.slt:62
)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]