Migration guide fixes (#16902)

* Fix typo in table header

* Fixed example NVL result
This commit is contained in:
Hugh Evans 2024-08-15 17:26:34 +01:00 committed by GitHub
parent 964cf47bb5
commit 8c030feefc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ PARTITIONED BY MONTH
Druid ingests the data with no null values as follows:
| `__time` | `string_examle` | `number_example`|
| `__time` | `string_example` | `number_example`|
| -- | -- | -- |
| `2024-01-01T00:00:00.000Z`| `my_string`| 99 |
| `2024-01-02T00:00:00.000Z`| `empty`| 0 |
@ -376,7 +376,7 @@ Druid returns the following:
| -- |
| 100 |
| 1 |
| null |
| 1 |
## Learn more