vtlim commented on code in PR #17859: URL: https://github.com/apache/druid/pull/17859#discussion_r2023805070
########## docs/querying/sql-functions.md: ########## @@ -1333,7 +1333,8 @@ Computes a [Bloom filter](../development/extensions-core/bloom-filter.md) from v `numEntries` specifies the maximum number of distinct values before the false positive rate increases. * **Function type:** Aggregation -<details><summary>Example</summary> +<details> +<summary>Example</summary> The following example returns a Base64-encoded Bloom filter representing the set of devices ,`agent_category`, used in Albania: Review Comment: ```suggestion The following example returns a Base64-encoded Bloom filter representing the set of devices, `agent_category`, used in Albania: ``` -- 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]
