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
V2.1.5
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
I hope doris support variant count distinct function
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
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
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: