mirror of https://github.com/apache/druid.git
remove additional column marks (#16319)
This commit is contained in:
parent
08b5a8b88e
commit
65412f80ab
|
@ -133,7 +133,7 @@ WHERE "string_value" IS NULL OR "string_value" = ''
|
||||||
Druid returns the following:
|
Druid returns the following:
|
||||||
|
|
||||||
|`__time`|`title`|`string_value`|`numeric_value`|
|
|`__time`|`title`|`string_value`|`numeric_value`|
|
||||||
|---|---|---|---|---|---|
|
|---|---|---|---|
|
||||||
|`2024-01-01T01:04:00.000Z`|`example_3`|`empty`|`null`|
|
|`2024-01-01T01:04:00.000Z`|`example_3`|`empty`|`null`|
|
||||||
|`2024-01-01T01:05:00.000Z`|`example_4`|`null`|`null`|
|
|`2024-01-01T01:05:00.000Z`|`example_4`|`null`|`null`|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue