You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@duerwuyi thanks for bringing to our attention, (and #7783), I can confirm we can reproduce. It looks like an issue with Citus' expression processing. We will investigate further and fix.
@duerwuyi thanks for bringing to our attention, (and #7783), I can confirm we can reproduce. It looks like an issue with Citus' expression processing. We will investigate further and fix.
Thanks for your confirming. I wonder if #7696#7697#7698 can be reproduced in your computer, and they seem still exist with 12.1.6. Are they independent bugs caused by different logical defects?
Thanks for your confirming. I wonder if #7696#7697#7698 can be reproduced in your computer, and they seem still exist with 12.1.6. Are they independent bugs caused by different logical defects?
We have reproduced #7696, #7697 and #7698, it looks like they may be symptoms of the same underlying problem (to be confirmed), and this looks unrelated to this issue (#7783), but we need to investigate further and confirm.
How to reproduce
Citus version:
Citus 12.1.6 on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
init state:
query
result:
0 rows deleted
Excepted result:
the WHERE clause is : WHERE TRUE or ……, so the correct result should be:
1 rows deleted
.Comparison and
EXPLAIN
result:when without citus, the query returns correctly:
1 rows deleted
.EXPLAIN result:
The text was updated successfully, but these errors were encountered: