zclllyybb commented on code in PR #55719:
URL: https://github.com/apache/doris/pull/55719#discussion_r2343828653
##########
be/src/vec/core/block.cpp:
##########
@@ -107,6 +107,7 @@ Block::Block(const std::vector<SlotDescriptor>& slots,
size_t block_size,
bool ignore_trivial_slot) {
std::vector<SlotDescriptor*> slot_ptrs(slots.size());
for (size_t i = 0; i < slots.size(); ++i) {
+ // Slots remain unmodified and are used to read column information;
const_cast can be employed.
Review Comment:
删了看看能否编过
--
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]