Skip to content
New issue

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

[Bug] count distinct do not support variant parse data #40378

Open
3 tasks done
fengyang2333 opened this issue Sep 4, 2024 · 0 comments
Open
3 tasks done

[Bug] count distinct do not support variant parse data #40378

fengyang2333 opened this issue Sep 4, 2024 · 0 comments

Comments

@fengyang2333
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

V2.1.5

What's Wrong?

mysql> SELECT count(distinct msg['test']) FROM demo WHERE ds = '2024-09-03';
ERROR 1105 (HY000): errCode = 2, detailMessage = (7.x.x.x)[CANCELLED][E3] get_max_row_byte_sizeVariant

0#  doris::Exception::Exception(int, std::basic_string_view<char, std::char_traits<char> > const&) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/unique_ptr.h:173
1#  doris::vectorized::ColumnObject::get_max_row_byte_size() const at /home/zcp/repo_center/doris_release/doris/be/src/vec/columns/column_object.h:0
2#  doris::vectorized::ColumnNullable::get_max_row_byte_size

What You Expected?

I hope doris support variant count distinct function

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant