ismailsimsek commented on issue #3:
URL: https://github.com/apache/iceberg/issues/3#issuecomment-2569421286
@singhpk234 is this means iceberg docs should be updated? the examples are
heavily using `org.apache.iceberg.aws.s3.S3FileIO`
in which cases its correct to use `S3FileIO
Giangblackk closed issue #3: Streaming read from Iceberg table in S3 cause
checkpoint related error
URL: https://github.com/apache/iceberg/issues/3
--
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
singhpk234 commented on issue #3:
URL: https://github.com/apache/iceberg/issues/3#issuecomment-2344753500
we should be using ResolvingFileIO instead of S3FileIO, this is very reason
why we did introduce that in the first place.
details : https://github.com/apache/iceberg/pull/359
Giangblackk opened a new issue, #3:
URL: https://github.com/apache/iceberg/issues/3
### Apache Iceberg version
1.6.1 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
I faced the error when streaming read from an Iceberg table in