yunlou11 commented on issue #5724:
URL: https://github.com/apache/paimon/issues/5724#issuecomment-2957561283
```java
if (highLevel == null) {
InternalRow lookupKey = ((KeyValue)this.candidates.get(0)).key();
T lookupResult = this.lookup.apply(lookupKey);
```
这里寻找 lookupResult 时, this.lookup.apply 是不是固定的只寻找 level = 5, 只找到了 op=c 的记录,
op=d 的记录被忽略了
--
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]