[
https://issues.apache.org/jira/browse/IGNITE-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215381#comment-17215381
]
Igor Seliverstov commented on IGNITE-13579:
-------------------------------------------
[~zstan], looks OK, merged to the feature branch
> Calcite integration. Wrong distribution assertion in case of nested request
> execution.
> ---------------------------------------------------------------------------------------
>
> Key: IGNITE-13579
> URL: https://issues.apache.org/jira/browse/IGNITE-13579
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.8.1
> Reporter: Stanilovsky Evgeny
> Assignee: Stanilovsky Evgeny
> Priority: Major
> Labels: calcite
> Time Spent: 10m
> Remaining Estimate: 0h
>
> request :
> {noformat}
> SELECT NAME FROM products WHERE CAT_ID IN (SELECT CAT_ID FROM products WHERE
> CAT_ID > 1) and ID > 2;
> {noformat}
> brings assertion like:
> {noformat}
> java.lang.AssertionError: All produced nodes must have equal traits.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)