yiguolei commented on issue #45247:
URL: https://github.com/apache/doris/issues/45247#issuecomment-2571269783
2.1.6 fixed,you could upgrade to 2.1.7
--
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 t
yiguolei closed issue #45247: [Bug] batch_size 不一样时,返回结果行数不同
URL: https://github.com/apache/doris/issues/45247
--
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
cambyzju commented on issue #45247:
URL: https://github.com/apache/doris/issues/45247#issuecomment-2562079592
batch_size should be between 1 and 65535, new version of 2.1 already
prohibit set larger batch_size:
https://github.com/apache/doris/pull/40312
--
This is an automated message
DachuanXUAN commented on issue #45247:
URL: https://github.com/apache/doris/issues/45247#issuecomment-2530881082
出问题的阈值在 65535,当小于等于这个数,查询结果是对的,大于这个数会出错
--
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
DachuanXUAN opened a new issue, #45247:
URL: https://github.com/apache/doris/issues/45247
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
2.1.5
### Wha
DachuanXUAN closed issue #1494: 【bug】batch_size 不一样时,返回结果行数不同
URL: https://github.com/apache/doris-website/issues/1494
--
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 unsubs
DachuanXUAN opened a new issue, #1494:
URL: https://github.com/apache/doris-website/issues/1494
SQL 为简单的 select into s3
SELECT file_id, cast(data_start_time as String ) as data_start_time,
cast(data_end_time as String ) as data_end_time, device_type... FROM
`t_table_name` where data