Skip to content

Commit 7c75b79

Browse files
committed
fix ut
1 parent 468c842 commit 7c75b79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/sql/compile/compile_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ func (w *Ws) Adjust(_ uint64) error {
136136
return nil
137137
}
138138

139-
func (w *Ws) StartStatement() {}
140-
func (w *Ws) EndStatement() {}
141-
func (w *Ws) IncrSQLCount() {}
142-
func (w *Ws) GetSQLCount() uint64 { return 0 }
139+
func (w *Ws) StartStatement(statement tree.Statement) {}
140+
func (w *Ws) EndStatement() {}
141+
func (w *Ws) IncrSQLCount() {}
142+
func (w *Ws) GetSQLCount() uint64 { return 0 }
143143

144144
func (w *Ws) CloneSnapshotWS() client.Workspace {
145145
return nil

0 commit comments

Comments
 (0)