yiguolei commented on code in PR #63291:
URL: https://github.com/apache/doris/pull/63291#discussion_r3271844533
##########
be/src/service/point_query_executor.cpp:
##########
@@ -567,11 +567,6 @@ Status PointQueryExecutor::_lookup_row_data() {
RETURN_IF_ERROR(segment->seek_and_read_by_rowid(*_tablet->tablet_schema(), slot,
row_id, column,
storage_read_options, iter));
- if (_tablet->tablet_schema()
Review Comment:
行存再确认一下,是否有padding,看着这个代码是有padding的,如果我们去掉,是不是结果不对了
--
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]