aprimadi commented on code in PR #6270:
URL: https://github.com/apache/arrow-datafusion/pull/6270#discussion_r1186830822
##########
datafusion/sql/src/expr/value.rs:
##########
@@ -160,9 +161,17 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
}
}
+ /// Convert a SQL interval expression to a DataFusion logical plan
+ /// expression
+ ///
+ /// Waiting for this issue to be resolved:
+ /// https://github.com/sqlparser-rs/sqlparser-rs/issues/869
+ #[allow(clippy::too_many_arguments)]
Review Comment:
I can create a pull request on sqlparser if this looks fine.
--
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]