xinyiZzz opened a new pull request, #33490: URL: https://github.com/apache/doris/pull/33490
## Proposed changes run: "select TABLE_SCHEMA as a, sum(TABLE_ROWS) as b from tables group by TABLE_SCHEMA limit 2;"; old output: ``` TABLE_SCHEMA Nullable(Int64)_1 0 regression_test_mv_p0_sum_count 122352.94321 9 1 regression_test_query_p0_sql_functions_string_functions 70414 ``` now output: ``` a b 0 regression_test_mv_p0_sum_count 122352.94321 9 1 regression_test_query_p0_sql_functions_string_functions 70414 ``` ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org