-
Notifications
You must be signed in to change notification settings - Fork 320
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
APIServer return incorrect result for boolean values #3347
Comments
I can't reproduce inside sql engine |
I have simplify the case and only reproduce with APIServer. Here are the steps to reproduce. Create database and table.
Deploy the SQL.
Test with APIServer.
If we test with OpenMLDB Java SDK for request mode, the result is expected.
|
It may be the issue of boolean type. If we get the column value and APIServer return the correct value. If we try to get the boolean result, the return value is always
|
Create table like this.
Deploy the following SQL.
Test with the following data.
Focus on the output the last value and get
true
which is expected tofalse
.The text was updated successfully, but these errors were encountered: