Yulei-Yang commented on issue #27701:
URL: https://github.com/apache/doris/issues/27701#issuecomment-1833042752
cannot reproduce in latest 2.0 doris。you can verify latest 2.0 with your
data or check below case in your current environment:
run it in hive:
CREATE TABLE `orc_d`(
`id` int,
`name` string,
`account` decimal(10,0))
stored as orc;
insert overwrite table orc_d values (1, 'Amy', 10.11),(2, 'Bob', 20.22),(3,
'Carl', 30.33);
and run `select sum(account) from orc_d;` in doris to do a check
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]