imay commented on a change in pull request #2111: Modify the lower bound of percentile_approx compression param to 2048 URL: https://github.com/apache/incubator-doris/pull/2111#discussion_r341166371
########## File path: docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/percentile_approx.md ########## @@ -7,8 +7,8 @@ 返回第p个百分位点的近似值,p的值介于0到1之间 -compression参数是可选项,可设置范围是(0, 10000),值越大,精度越高,内存消耗越大,计算耗时越长。 -compression参数未指定或设置的值在(0, 10000)范围外,以10000的默认值运行 +compression参数是可选项,可设置范围是[2048, 10000],值越大,精度越高,内存消耗越大,计算耗时越长。 +compression参数未指定或设置的值在[0, 10000]范围外,以10000的默认值运行 Review comment: ```suggestion compression参数未指定或设置的值在[2048, 10000]范围外,以10000的默认值运行 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
