[
https://issues.apache.org/jira/browse/CALCITE-6910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17938068#comment-17938068
]
Mihai Budiu commented on CALCITE-6910:
--------------------------------------
This happens if a Join is generated by a RelToSql conversion - the resulting
Join in Sql is represented using a SqlJoin and not a SqlAsofJoin.
The unparse method of SqlJoin does not handle the case of joinKind == ASOF.
> ASOF JOIN throws on unparse
> ---------------------------
>
> Key: CALCITE-6910
> URL: https://issues.apache.org/jira/browse/CALCITE-6910
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.39.0
> Reporter: Mihai Budiu
> Assignee: Mihai Budiu
> Priority: Minor
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)