Skip to content

Commit

Permalink
cleanup (matrixorigin#17820)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpegeric committed Aug 21, 2024
1 parent cfb9edf commit 45e70b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions pkg/sql/colexec/table_function/stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"github.com/matrixorigin/matrixone/pkg/container/types"
"github.com/matrixorigin/matrixone/pkg/container/vector"
"github.com/matrixorigin/matrixone/pkg/fileservice"
"github.com/matrixorigin/matrixone/pkg/logutil"
"github.com/matrixorigin/matrixone/pkg/sql/colexec"
"github.com/matrixorigin/matrixone/pkg/sql/plan/function"
"github.com/matrixorigin/matrixone/pkg/vm"
Expand Down Expand Up @@ -58,8 +57,6 @@ func stageListCall(_ int, proc *process.Process, tableFunction *TableFunction, r
return true, nil
}

logutil.Infof("stage list CALL")

v, err := tableFunction.ctr.executorsForArgs[0].Eval(proc, []*batch.Batch{bat}, nil)
if err != nil {
return false, err
Expand Down
1 change: 0 additions & 1 deletion pkg/sql/plan/function/func_unary.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (
"github.com/matrixorigin/matrixone/pkg/common/util"
"io"
"math"
"path"
"runtime"
"strconv"
"strings"
Expand Down

0 comments on commit 45e70b3

Please sign in to comment.