Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: gengliqi <gengliqiii@gmail.com>
  • Loading branch information
gengliqi authored and ti-chi-bot committed Aug 15, 2023
1 parent d70b609 commit d0d1a03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/load_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ func (e *LoadDataInfo) initLoadColumns(columnNames []string) error {

// initColAssignExprs creates the column assignment expressions using session context.
// RewriteAstExpr will write ast node in place(due to xxNode.Accept), but it doesn't change node content,
// so we sync it.
func (e *LoadDataInfo) initColAssignExprs() error {
for _, assign := range e.ColumnAssignments {
newExpr, err := expression.RewriteAstExpr(e.Ctx, assign.Expr, nil, nil)
Expand Down

0 comments on commit d0d1a03

Please sign in to comment.