[
https://issues.apache.org/jira/browse/BEAM-4703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17547272#comment-17547272
]
Kenneth Knowles commented on BEAM-4703:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/19040
> SQL operators should have overloading resolved statically
> ---------------------------------------------------------
>
> Key: BEAM-4703
> URL: https://issues.apache.org/jira/browse/BEAM-4703
> Project: Beam
> Issue Type: Improvement
> Components: dsl-sql
> Reporter: Kenneth Knowles
> Priority: P3
>
> Currently, operators like {{>, }}{{<=}}, and others dynamically dispatch on
> the type of their operands. But SQL is statically typed, and we should both
> validate the types (if Calcite doesn't do it for us) and gain performance by
> avoiding this dispatch.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)