Skip to content

Commit

Permalink
fix default_column ci
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer committed May 19, 2021
1 parent 5f996dc commit ba1aab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/lightning/restore/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -2385,6 +2385,7 @@ func parseColumnPermutations(tableInfo *model.TableInfo, columns []string, ignor
} else {
if len(colInfo.GeneratedExprString) == 0 {
log.L().Warn("column missing from data file, going to fill with default value",
zap.Stringer("table", tableInfo.Name),
zap.String("colName", colInfo.Name.O),
zap.Stringer("colType", &colInfo.FieldType),
)
Expand Down

0 comments on commit ba1aab9

Please sign in to comment.