Search before asking
Version
所有版本的中文文档都存在该问题
What's Wrong?
https://doris.apache.org/zh-CN/docs/4.x/query-acceleration/distinct-counts/bitmap-precise-deduplication
文档中等价语句描述有误,案例中创表语句没有pv字段,其他语言版本示例的等价语句都是SELECT COUNT(DISTINCT id) FROM test_bitmap; 只有中文版示例语句是SELECT COUNT(DISTINCT pv) FROM test_bitmap; 还查出了count(DISTINCT uv)的错误结果
What You Expected?
文档正确
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Version
所有版本的中文文档都存在该问题
What's Wrong?
https://doris.apache.org/zh-CN/docs/4.x/query-acceleration/distinct-counts/bitmap-precise-deduplication
文档中等价语句描述有误,案例中创表语句没有pv字段,其他语言版本示例的等价语句都是SELECT COUNT(DISTINCT id) FROM test_bitmap; 只有中文版示例语句是SELECT COUNT(DISTINCT pv) FROM test_bitmap; 还查出了count(DISTINCT
uv)的错误结果What You Expected?
文档正确
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct