FrankChen021 commented on a change in pull request #12316:
URL: https://github.com/apache/druid/pull/12316#discussion_r824811271
##########
File path: docs/configuration/human-readable-byte.md
##########
@@ -64,13 +64,18 @@ To make it clear, the base of units are defined in Druid as
below
| G | Giga Decimal Byte | 1_000_000_000 |
| T | Tera Decimal Byte | 1_000_000_000_000 |
| P | Peta Decimal Byte | 1_000_000_000_000_000 |
+| Ki | Kilo Binary Byte | 1024 |
+| Mi | Mega Binary Byte | 1024 * 1024 |
+| Gi | Giga Binary Byte | 1024 * 1024 * 1024 |
+| Ti | Tera Binary Byte | 1024 * 1024 * 1024 * 1024 |
+| Pi | Peta Binary Byte | 1024 * 1024 * 1024 * 1024 * 1024 |
| KiB | Kilo Binary Byte | 1024 |
| MiB | Mega Binary Byte | 1024 * 1024 |
| GiB | Giga Binary Byte | 1024 * 1024 * 1024 |
| TiB | Tera Binary Byte | 1024 * 1024 * 1024 * 1024 |
| PiB | Peta Binary Byte | 1024 * 1024 * 1024 * 1024 * 1024 |
-Unit is case-insensitive. `k`, `kib`, `KiB`, `kiB` are all acceptable.
+Unit is case-insensitive. `k`, `kib`, `ki`, `KiB`, `Ki`, `kiB` are all
acceptable.
Here are two examples
Review comment:
```suggestion
Here are some examples
```
--
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]