yiguolei commented on code in PR #65558:
URL: https://github.com/apache/doris/pull/65558#discussion_r3585594913
##########
be/src/storage/segment/segment.cpp:
##########
@@ -91,6 +92,39 @@ class InvertedIndexIterator;
namespace {
+// Call only after the segment's physical column existence has been
established.
+std::optional<Field> get_read_time_constant_value(int32_t col_uid,
+ const StorageReadOptions&
read_options) {
+ if (read_options.tablet_schema == nullptr ||
Review Comment:
什么时候table_schema == nullptr
--
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]