We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5804185 commit c10f948Copy full SHA for c10f948
sql/memo/memo.go
@@ -400,7 +400,7 @@ func (m *Memo) OptimizeRoot() error {
400
// the same subgroup dependencies. After finding the best implementation
401
// for a particular group, we fix the best plan for that group and recurse
402
// into its parents.
403
-// TODO: we should not have to cost every plan, sometimes there is a probably
+// TODO: we should not have to cost every plan, sometimes there is a provably
404
// best case implementation
405
func (m *Memo) optimizeMemoGroup(grp *ExprGroup) error {
406
if grp.Done {
0 commit comments