You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "dataroaring (via GitHub)" <gi...@apache.org> on 2023/06/02 15:01:42 UTC

[GitHub] [doris] dataroaring commented on a diff in pull request #19917: [feature-wip](auto-inc) add AutoIncrementIdGenerator and FrontService for BE coordinator

dataroaring commented on code in PR #19917:
URL: https://github.com/apache/doris/pull/19917#discussion_r1214490990


##########
be/src/runtime/descriptors.cpp:
##########
@@ -64,7 +64,8 @@ SlotDescriptor::SlotDescriptor(const TSlotDescriptor& tdesc)
           _field_idx(-1),
           _is_materialized(tdesc.isMaterialized),
           _is_key(tdesc.is_key),
-          _need_materialize(tdesc.need_materialize) {}
+          _need_materialize(tdesc.need_materialize),
+          _is_auto_increment(tdesc.is_auto_increment) {}

Review Comment:
   what happens if an old fe and new be work together? 



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org