Skip to content

Commit

Permalink
update snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 14, 2025
1 parent 01f18f1 commit a20c607
Showing 1 changed file with 17 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,22 @@ ChunkStore {
num_events: 2
}
chunks: [
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
CHUNK METADATA: │
* entity_path: "/this/that"
* heap_size_bytes: "1134"
* id: "661EFDF2E3B19F7C045F15"
* is_sorted: ""
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
│ ┌───────────────────────────────┬───────────────┬───────────────────────────────┬───────────────────┬───────────────────┐ │
│ │ RowIdframe_nrlog_timeexample.MyColorexample.MyIndex │ │
│ │ --------------- │ │
│ │ type: "Struct[2]"type: "i64"type: "Timestamp(ns)"type: "List[u32]"type: "List[u64]" │ │
│ │ ARROW:extension:name: "TUID"is_sorted: ""is_sorted: ""kind: "data"kind: "data" │ │
│ │ kind: "control"kind: "time"kind: "time" ┆ ┆ │ │
│ ╞═══════════════════════════════╪═══════════════╪═══════════════════════════════╪═══════════════════╪═══════════════════╡ │
│ │ 0000000067816A6BB4B8C1254D40012025-01-10T18:43:42.123456789 ┆ [0, 1, 2] ┆ [0, 1, 2] │ │
│ │ 07B ┆ ┆ ┆ ┆ │ │
│ └───────────────────────────────┴───────────────┴───────────────────────────────┴───────────────────┴───────────────────┘ │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
CHUNK METADATA: │
* entity_path: "/this/that"
* heap_size_bytes: "1134"
* id: "661EFDF2E3B19F7C045F15"
* is_sorted: ""
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
│ ┌──────────────────────────────────┬───────────────┬───────────────────────────────┬───────────────────┬───────────────────┐ │
│ │ RowIdframe_nrlog_timeexample.MyColorexample.MyIndex │ │
│ │ --------------- │ │
│ │ type: "Struct[2]"type: "i64"type: "Timestamp(ns)"type: "List[u32]"type: "List[u64]" │ │
│ │ ARROW:extension:name: "TUID"is_sorted: ""is_sorted: ""kind: "data"kind: "data" │ │
│ │ kind: "control"kind: "time"kind: "time" ┆ ┆ │ │
│ ╞══════════════════════════════════╪═══════════════╪═══════════════════════════════╪═══════════════════╪═══════════════════╡ │
│ │ 0000000067816A6BB4B8C1254D40007B12025-01-10T18:43:42.123456789 ┆ [0, 1, 2] ┆ [0, 1, 2] │ │
│ └──────────────────────────────────┴───────────────┴───────────────────────────────┴───────────────────┴───────────────────┘ │
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
]
}

0 comments on commit a20c607

Please sign in to comment.