Skip to content

Commit

Permalink
fix ci: unnest explain result read bytes result diff
Browse files Browse the repository at this point in the history
  • Loading branch information
TCeason committed Mar 31, 2023
1 parent c159439 commit 421e336
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ EvalScalar
├── estimated rows: 1.00
├── set returning functions: unnest(CAST(fold_count.id (#0) AS Array(Int32 NULL)))
└── TableScan
├── table: default.db_02_0062.fold_count
├── table: default.default.fold_count
├── read rows: 1
├── read bytes: 76
├── read bytes: 87
├── partitions total: 1
├── partitions scanned: 1
├── pruning stats: [segments: <range pruning: 1 to 1>, blocks: <range pruning: 1 to 1, bloom pruning: 0 to 0>]
Expand Down

0 comments on commit 421e336

Please sign in to comment.