openinx commented on PR #5061:
URL: https://github.com/apache/iceberg/pull/5061#issuecomment-1161856385

   Few questions: 
   
   1.  Why the expected results is  the following ?  Does the record `<id=6, 
data=20220505>` really to be the expected record in the output for a __LEFT 
JOIN__ ? 
   
   ```bash
   id                      data
    1                  20220607
    3                  20220505
    6                  20220505
    2                  20220504
   ```
   
   2. As we apache iceberg format v2 don't support incremental streaming 
reading, then how could we accomplish this streaming read and streaming join ?  
Shouldn't we solve the incremental streaming read semantics firstly and then 
handle the complex join semantic ?


-- 
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]

Reply via email to