You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "Aitozi (via GitHub)" <gi...@apache.org> on 2024/02/27 10:17:43 UTC

[I] [Bug] The lookup join result is not correct when search from level0 [incubator-paimon]

Aitozi opened a new issue, #2912:
URL: https://github.com/apache/incubator-paimon/issues/2912

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Paimon version
   
   0.6.0
   
   ### Compute Engine
   
   Flink
   
   ### Minimal reproduce step
   
   Currently, in `LookupUtils` it directly return when there is no match key in level0 files. It's incorrect.
   
   ```
   if (startLevel == 0) {
        return level0Lookup.apply(key, levels.level0());
   }
   ```
   
   ### What doesn't meet your expectations?
   
   .
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a 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: issues-unsubscribe@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] The lookup join result is not correct when search from level0 [incubator-paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi closed issue #2912: [Bug] The lookup join result is not correct when search from level0
URL: https://github.com/apache/incubator-paimon/issues/2912


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org