Skip to content

Commit c3f7be7

Browse files
authored
MINOR: Correct the EventObject in example for VariantShredding (#522)
1 parent 471d33a commit c3f7be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VariantShredding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The table below shows how the series of objects in the first column would be sto
210210
| `"malformed: not an object"` | `malformed: not an object` | null | | | | | Not an object (stored as Variant string) |
211211
| `{"event_ts": 1729794240241, "click": "_button"}` | `{"click": "_button"}` | non-null | null | null | null | 1729794240241 | Field `event_type` is missing |
212212
| `{"event_type": null, "event_ts": 1729794954163}` | null | non-null | `00` (field exists, is null) | null | null | 1729794954163 | Field `event_type` is present and is null |
213-
| `{"event_type": "noop", "event_ts": "2024-10-24"` | null | non-null | null | `noop` | `"2024-10-24"` | null | Field `event_ts` is present but not a timestamp |
213+
| `{"event_type": "noop", "event_ts": "2024-10-24"}` | null | non-null | null | `noop` | `"2024-10-24"` | null | Field `event_ts` is present but not a timestamp |
214214
| `{ }` | null | non-null | null | null | null | null | Object is present but empty |
215215
| null | `00` (null) | null | | | | | Object/value is null |
216216
| missing | null | null | | | | | Object/value is missing |

0 commit comments

Comments
 (0)