Skip to content

Commit

Permalink
Update sqlplannertest plans
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Dec 6, 2024
1 parent a945abf commit f055605
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LogicalProjection { exprs: [ #0, #1 ] }
└── LogicalAgg
├── exprs:Agg(Sum)
│ └── [ Cast { cast_to: Int64, child: #2 } ]
├── groups: [ #1 ]
├── groups: [ #0 ]
└── LogicalFilter
├── cond:Eq
│ ├── #1
Expand All @@ -64,7 +64,7 @@ PhysicalProjection { exprs: [ #2, #3 ], cost: {compute=18005,io=3000}, stat: {ro
│ └── PhysicalAgg
│ ├── aggrs:Agg(Sum)
│ │ └── [ Cast { cast_to: Int64, child: #2 } ]
│ ├── groups: [ #1 ]
│ ├── groups: [ #0 ]
│ ├── cost: {compute=14000,io=2000}
│ ├── stat: {row_cnt=1000}
│ └── PhysicalHashJoin { join_type: Inner, left_keys: [ #0 ], right_keys: [ #0 ], cost: {compute=6000,io=2000}, stat: {row_cnt=1000} }
Expand Down Expand Up @@ -118,7 +118,7 @@ LogicalProjection { exprs: [ #0, #1 ] }
└── LogicalAgg
├── exprs:Agg(Sum)
│ └── [ Cast { cast_to: Int64, child: #2 } ]
├── groups: [ #1 ]
├── groups: [ #0 ]
└── LogicalProjection { exprs: [ #0, #1, #2, #3, #4 ] }
└── LogicalFilter
├── cond:And
Expand All @@ -145,7 +145,7 @@ PhysicalProjection { exprs: [ #2, #3 ], cost: {compute=21005,io=4000}, stat: {ro
│ └── PhysicalAgg
│ ├── aggrs:Agg(Sum)
│ │ └── [ Cast { cast_to: Int64, child: #2 } ]
│ ├── groups: [ #1 ]
│ ├── groups: [ #0 ]
│ ├── cost: {compute=17000,io=3000}
│ ├── stat: {row_cnt=1000}
│ └── PhysicalHashJoin { join_type: Inner, left_keys: [ #2 ], right_keys: [ #0 ], cost: {compute=9000,io=3000}, stat: {row_cnt=1000} }
Expand Down
2 changes: 1 addition & 1 deletion optd-sqlplannertest/tests/tpch/tpch-01-05.planner.sql
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ PhysicalLimit { skip: 0(u64), fetch: 100(u64) }
└── PhysicalAgg
├── aggrs:Agg(Min)
│ └── [ #4 ]
├── groups: [ #1 ]
├── groups: [ #0 ]
└── PhysicalFilter
├── cond:And
│ ├── Eq
Expand Down

0 comments on commit f055605

Please sign in to comment.