thswlsqls opened a new pull request, #17273:
URL: https://github.com/apache/iceberg/pull/17273

   ## Summary
   
   - `GCSInputStream` is read-only: it extends `SeekableInputStream`, 
implements `RangeReadable`, and only opens a `ReadChannel` via 
`storage.reader()`. Its class Javadoc described it as being for "streaming 
uploads", and the old link resolves to the upload docs 
(`/storage/docs/uploads`).
   - The wording was copied from `GCSOutputStream`, added in the same commit 
(#3711), where "uploads" is correct — so `GCSOutputStream` is left untouched.
   - Changed the text to "streaming downloads" and the link to 
`https://cloud.google.com/storage/docs/streaming-downloads`, whose title 
matches the anchor text.
   
   ## Testing done
   
   - Javadoc wording only, no behavior change — no test added. `./gradlew 
:iceberg-gcp:spotlessCheck` passed.
   


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