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
结果错误
curl --location 'http://127.0.0.1:8061/api/v1/catalogs/default_catalog/databases/database_name/sql' \ --header 'Content-Type: application/json' \ --data '{ "query":"SELECT count(*) AS logCount, count(*) AS totalMetric FROM table", "sessionVariables":{ "sql_mode":"MODE_DOUBLE_LITERAL" } }'
{ "data": [ 0, 0 ] }
{ "data": [ 00 ] }
version: 3.3.7-00177de
The text was updated successfully, but these errors were encountered:
[BugFix] fix HttpResultWriter ill-formatted json string
4d0254f
Fixes StarRocks#54557 Signed-off-by: Kevin Xiaohua Cai <[email protected]>
[BugFix] fix HttpResultWriter json string incorrect format
8827452
b721556
kevincai
Successfully merging a pull request may close this issue.
Steps to reproduce the behavior (Required)
结果错误
Expected behavior (Required)
{
"data": [
0,
0
]
}
Real behavior (Required)
{
"data": [
00
]
}
StarRocks version (Required)
version: 3.3.7-00177de
The text was updated successfully, but these errors were encountered: