wu-sheng opened a new issue, #13426: URL: https://github.com/apache/skywalking/issues/13426
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component BanyanDB (apache/skywalking-banyandb) ### What happened We saw an issue when we used the `IN` operation for Array(String) column. The database doesn't return any error, but actually it doesn't work. The database requires the `HAVING` operation for this case. We are better off adding operation verifications for the target columns before running. Silence is not a good case here. ### What you expected to happen Response improper operation with column name and type in the error messages. ### How to reproduce Use `IN` for `ARRAY(String)` column. Maybe other operation has similar issues. ### Anything else _No response_ ### Are you willing to submit a pull request to fix on your own? - [ ] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org