Skip to content

Commit

Permalink
try option 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mxwli committed Aug 7, 2024
1 parent 7139a6a commit b8891da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binder/bind/copy/bind_copy_from.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static std::pair<ColumnEvaluateType, std::shared_ptr<Expression>> matchColumnExp
return {ColumnEvaluateType::REFERENCE, column};
} else {
return {ColumnEvaluateType::CAST,
expressionBinder.implicitCastIfNecessary(column, property.getDataType())};
expressionBinder.forceCast(column, property.getDataType())};
}
}
}
Expand Down

0 comments on commit b8891da

Please sign in to comment.