boluor commented on issue #62827:
URL: https://github.com/apache/doris/issues/62827#issuecomment-4514233761

   This has been fixed and merged in apache/doris-website#3659 (merged 
2026-05-19).
   
   The equivalent-query example in the BITMAP precise-deduplication doc used 
`SELECT COUNT(DISTINCT pv) FROM test_bitmap;`, but `test_bitmap` has no `pv` 
column (only `id`), and the result header was also wrong. It's now corrected to 
`SELECT COUNT(DISTINCT id)` with the matching `count(DISTINCT id)` header 
across the Chinese 2.1 / 3.x / 4.x docs (the English versions were already 
correct).
   
   The fix didn't auto-close this issue because the doc lives in a separate 
repo (`apache/doris-website`), and GitHub doesn't auto-close issues across 
repositories. This can be closed now. Thanks for the report!


-- 
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]

Reply via email to