alamb commented on code in PR #23738:
URL: https://github.com/apache/datafusion/pull/23738#discussion_r3639237942
##########
datafusion/sql/src/unparser/plan.rs:
##########
@@ -115,6 +115,7 @@ impl Unparser<'_> {
| LogicalPlan::Aggregate(_)
| LogicalPlan::Sort(_)
| LogicalPlan::Join(_)
+ | LogicalPlan::AsOfJoin(_)
Review Comment:
Got it -- sorry -- I am still coming up to speed with AS OF (and how the
relate to range joins).
Is there a standard syntax for AS OF joins? For example it seems like
DuckDB has a different syntax
https://duckdb.org/docs/current/guides/sql_features/asof_join
(no MATCH_CONDIITION) and we could maybe model it as a diferent join type 🤔
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]