wumeibanfa commented on code in PR #56441:
URL: https://github.com/apache/doris/pull/56441#discussion_r2423371073
##########
be/src/olap/rowset/segment_v2/variant/variant_column_reader.cpp:
##########
@@ -288,15 +286,13 @@ Status
VariantColumnReader::_new_iterator_with_flat_leaves(ColumnIteratorUPtr* i
}
Status VariantColumnReader::new_iterator(ColumnIteratorUPtr* iterator,
- const TabletColumn* target_col,
- const StorageReadOptions* opt) {
+ const TabletColumn* target_col,
StorageReadOptions* opt) {
Review Comment:
No need to concern yourself with StorageReadOptions. The const_cast here was
modified in a previous PR, and I haven't changed it in this PR.
--
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]