gavinchou commented on code in PR #59645:
URL: https://github.com/apache/doris/pull/59645#discussion_r2671931298
##########
be/src/exec/schema_scanner/schema_file_cache_info_scanner.cpp:
##########
@@ -137,21 +139,21 @@ Status
SchemaFileCacheInfoScanner::_fill_block_impl(vectorized::Block* block) {
for (size_t row_idx = 0; row_idx < row_num; ++row_idx) {
const auto& entry = cache_entries[row_idx];
- const auto& [hash, tablet_id, size, type, cache_path] = entry;
+ const auto& [hash, offset, tablet_id, size, type, cache_path] =
entry;
if (col_desc.type == TYPE_STRING) {
switch (col_idx) {
case 0: // HASH
column_values[row_idx] = hash;
break;
- case 3: // TYPE
+ case 4: // TYPE
Review Comment:
is there any compatibility issues?
--
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]