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] Does not support non-builtin functions, or function does not exist: bitmap_from_array() #41489

Open
2 of 3 tasks
JoegenUSTC opened this issue Sep 30, 2024 · 0 comments
Open
2 of 3 tasks

Comments

@JoegenUSTC
Copy link

Search before asking

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

Version

2.1.5

What's Wrong?

when i use stream_load with columns "array_int_val=ifnull(bitmap_from_array(array_int_val), bitmap_empty())", it produces this problem,
"Message": "[ANALYSIS_ERROR]TStatus: errCode = 2, detailMessage = Does not support non-builtin functions, or function does not exist: bitmap_from_array()",

What You Expected?

fix the problem or give me a way to avoid it

How to Reproduce?

1、build a table with bitmap column
2、stream_load with json type, the bitmap column with array type
3、add a header of column with type such as "bitmap_from_array,array_int_val=ifnull(bitmap_from_array(array_int_val), bitmap_empty())"

Anything Else?

no

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