Skip to content

Commit c10f948

Browse files
committed
revert provably change
1 parent 5804185 commit c10f948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/memo/memo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ func (m *Memo) OptimizeRoot() error {
400400
// the same subgroup dependencies. After finding the best implementation
401401
// for a particular group, we fix the best plan for that group and recurse
402402
// into its parents.
403-
// TODO: we should not have to cost every plan, sometimes there is a probably
403+
// TODO: we should not have to cost every plan, sometimes there is a provably
404404
// best case implementation
405405
func (m *Memo) optimizeMemoGroup(grp *ExprGroup) error {
406406
if grp.Done {

0 commit comments

Comments
 (0)