We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*Issue migrated from trac ticket # 895 www.kunlunbase.com *
component: computing nodes | priority: major
** 复现 -* 问题1 create table t1(a int, b varchar(10)); insert into t1 select 1, ' 01'; select a::text::float =b::float from t1; -- 预期为true ** 问题2 explain select count(distinct a) from t1; -- 预期count(distinct a) 完全下推到存储节点
** 复现
-* 问题1
create table t1(a int, b varchar(10)); insert into t1 select 1, ' 01'; select a::text::float =b::float from t1; -- 预期为true
** 问题2
explain select count(distinct a) from t1; -- 预期count(distinct a) 完全下推到存储节点
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
*Issue migrated from trac ticket # 895 www.kunlunbase.com *
component: computing nodes | priority: major
2022-07-11 17:51:40: smith created the issue
The text was updated successfully, but these errors were encountered: