Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: guo-shaoge <shaoge1994@163.com>
  • Loading branch information
guo-shaoge committed Jun 15, 2023
1 parent 495e007 commit 2ee7d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.2.0
1 change: 1 addition & 0 deletions planner/core/physical_plans.go
Original file line number Diff line number Diff line change
Expand Up @@ -2207,6 +2207,7 @@ func (p *PhysicalTableDual) MemoryUsage() (sum int64) {
return
}

// Clone implements PhysicalPlan interface.
func (p *PhysicalTableDual) Clone() (PhysicalPlan, error) {
cloned := new(PhysicalTableDual)
base, err := p.physicalSchemaProducer.cloneWithSelf(cloned)
Expand Down

0 comments on commit 2ee7d6a

Please sign in to comment.