You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/15 17:00:03 UTC

[GitHub] [iceberg] kbendick opened a new issue, #5538: SparkMicroBatchStream doesn't respect `start-snapshot-id` or `end-snapshot-id`

kbendick opened a new issue, #5538:
URL: https://github.com/apache/iceberg/issues/5538

   ### Feature Request / Improvement
   
   Currently, the SparkReadConf can be used with `start-snapshot-id` and `end-snapshot-id` options to read just a specific chunk of the table.
   
   These options are not respected when `SparkMicroBatchStream` is initialized, i.e. using the following will silently ignore these options.
   
   ```scala
    val df =  spark
         .readStream
         .format("iceberg")
         .option("start-snapshot-id", startId)
         .option("end-snapshot-id", endId)
         .table("rauls_table")
   ```
   
   We should implement support for more than jsut timestamp based incremental reads in `SparkMicrobatchStream`.
   
   This was reported on Slack and I'm opening an issue for it. Please feel free to work on this if you have time 👍 
   
   ### Query engine
   
   Spark


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

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


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


[GitHub] [iceberg] github-actions[bot] commented on issue #5538: SparkMicroBatchStream doesn't respect `start-snapshot-id` or `end-snapshot-id`

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5538:
URL: https://github.com/apache/iceberg/issues/5538#issuecomment-1452820853

   This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'


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

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


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


[GitHub] [iceberg] github-actions[bot] closed issue #5538: SparkMicroBatchStream doesn't respect `start-snapshot-id` or `end-snapshot-id`

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #5538: SparkMicroBatchStream doesn't respect `start-snapshot-id` or `end-snapshot-id`
URL: https://github.com/apache/iceberg/issues/5538


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

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


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


[GitHub] [iceberg] github-actions[bot] commented on issue #5538: SparkMicroBatchStream doesn't respect `start-snapshot-id` or `end-snapshot-id`

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5538:
URL: https://github.com/apache/iceberg/issues/5538#issuecomment-1426904721

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


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

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


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