JeonDaehong commented on issue #13188:
URL: https://github.com/apache/iceberg/issues/13188#issuecomment-2924248294

   > > In our use case, we want the streaming query to process all existing 
data in the table(regardless of whether there is any historical delete or 
overwrite)
   > 
   > presently we just skip the snapshots which have deletes or overwrite in 
it, The thing is we just can't read a snapshot data which has deletes in it 
without applying deletes in it, because its incorrect as your view is partial 
in this case. what i am understanding you want to read just the data files of 
these snapshot ? 
   > 
   > If you just to avoid reading this snapshot at all you can do that by 
https://iceberg.apache.org/docs/nightly/spark-structured-streaming/#streaming-reads
 or just reading from the 2nd snapshot you can give the snapshot you want to 
start streaming from.
   > 
   > > Hello! Are you looking for a feature improvement? I'm very interested in 
Apache Iceberg and would love to contribute by helping address issues like 
this.:D
   > 
   > @JeonDaehong contributions are always welcomed !
   
   "Thank you.
   So, just to confirm — does that mean I don't need to contribute by making 
changes to that part?"


-- 
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-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to