[ 
https://issues.apache.org/jira/browse/CALCITE-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16846203#comment-16846203
 ] 

Muhammad Gelbana edited comment on CALCITE-35 at 5/22/19 8:08 PM:
------------------------------------------------------------------

Thank you all for your time discussing this and excuse me for this very late 
reply. I closed the PR and provided a new one (I need to keep the original PR's 
branch) to protect against the broken fix I provided at first.

One final question, does it make sense to have this fix in BABEL since it's 
described as the parser that should hande all syntaxes ? I mean it sound 
reasonable to be slower when you're trying to fit in everything.


was (Author: mgelbana):
Thank you all for your time discussing this. I closed the PR and provided a new 
one (I need to keep the original PR's branch) to protect against the broken fix 
I provided at first.

One final question, does it make sense to have this fix in BABEL since it's 
described as the parser that should hande all syntaxes ? I mean it sound 
reasonable to be slower when you're trying to fit in everything.

> Support parenthesized sub-clause in JOIN
> ----------------------------------------
>
>                 Key: CALCITE-35
>                 URL: https://issues.apache.org/jira/browse/CALCITE-35
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.19.0
>            Reporter: GitHub Import
>            Priority: Major
>              Labels: github-import, pull-request-available
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> SQL-92 allows joins to be grouped into trees using parentheses. For example,
>   select * from a join (b join c on b.x = c.x) on a.y = c.y
> Optiq should support this. Currently this gives 
> "org.eigenbase.util.EigenbaseException: Non-query expression encountered in 
> illegal context".
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/julianhyde/optiq/issues/35
> Created by: [julianhyde|https://github.com/julianhyde]
> Labels: 
> Created at: Fri Apr 19 02:46:01 CEST 2013
> State: open



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to