You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Anton Kedin (JIRA)" <ji...@apache.org> on 2018/01/05 17:36:00 UTC

[jira] [Assigned] (BEAM-3417) Fix Calcite assertions

     [ https://issues.apache.org/jira/browse/BEAM-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Kedin reassigned BEAM-3417:
---------------------------------

    Assignee:     (was: Xu Mingmin)

> Fix Calcite assertions
> ----------------------
>
>                 Key: BEAM-3417
>                 URL: https://issues.apache.org/jira/browse/BEAM-3417
>             Project: Beam
>          Issue Type: Task
>          Components: dsl-sql
>            Reporter: Anton Kedin
>
> Currently we disable assertions in test for every project which depends on Beam SQL / Calcite. Otherwise it fails assertions when Calcite validates relational representation of the query. E.g. in projects which depend on Beam SQL / Calcite we have to specify 
> {code:java|title=build.gradle}
> test {
>  jvmArgs "-da" 
> }
> {code}
> We need to either update our relational conversion logic or come up with some other solution so that we don't have to disable assertions globally. If it's an incorrect assertion in Calcite then we need to fix it there.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)