Userwhite commented on code in PR #63110:
URL: https://github.com/apache/doris/pull/63110#discussion_r3234548092
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/RowBinlogTableWrapper.java:
##########
@@ -37,4 +37,18 @@ public RowBinlogTableWrapper(OlapTable originTable) {
public long getBaseIndexId() {
return rowBinlogMeta.getIndexId();
}
+
+ @Override
+ public MaterializedIndex getPartitionIndex(Partition partition, long
indexId) {
Review Comment:
If index is row_binlog_index_id, it can't get correct materizedindex(binlog
index id and base index id shared the base index)
--
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]