jacktengg commented on code in PR #67334:
URL: https://github.com/apache/doris/pull/67334#discussion_r3911718274
##########
be/src/storage/partial_update_info.cpp:
##########
@@ -269,12 +269,13 @@ void
PartialUpdateInfo::_generate_default_values_for_missing_cids(
for (unsigned int cur_cid : missing_cids) {
const auto& column = tablet_schema.column(cur_cid);
if (column.has_default_value()) {
+ const auto& default_value_expr =
column.default_value_for_partial_update();
Review Comment:
legacy issue for DATETIMEv1, not to handle it in this pr.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]