Anton Kedin created BEAM-3417:
---------------------------------
Summary: 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
Assignee: Xu Mingmin
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 `build.gradle` you have to specify
```java
test {
jvmArgs "-da"
}
```
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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)