Hello.

The bug has already been fixed.
However, a new version of apache ignite containing the fix has not been
released yet.

You can set the IGNITE_ENABLE_SUBQUERY_REWRITE_OPTIMIZATION setting to
FALSE as a temporary solution.
It disables the query optimizer that contains the bug.

сб, 26 февр. 2022 г. в 04:02, 18624049226 <18624049...@163.com>:

> create table t_test
> (
> c1 char(1),
> c2 char(2),
> constraint pk_test primary key (c1)
> );
> insert into t_test values('1','1');
> select * from (
> SELECT c1 as c3  FROM t_test
> );
>
> This issue did not exist in versions before 
> 2.10.https://issues.apache.org/jira/browse/IGNITE-16628
>
>

Reply via email to