[ 
https://issues.apache.org/jira/browse/BEAM-4421?focusedWorklogId=108151&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-108151
 ]

ASF GitHub Bot logged work on BEAM-4421:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Jun/18 17:45
            Start Date: 01/Jun/18 17:45
    Worklog Time Spent: 10m 
      Work Description: aromanenko-dev opened a new pull request #5533: 
[BEAM-4421] Fix for issue with reading s3 files using ParquetIO
URL: https://github.com/apache/beam/pull/5533
 
 
   `s3Object` was properly closed in case if position in `InputStream` has been 
changed before but the same instance was used on the next `read()` call and it 
caused `IOException: Attempted read on closed stream`. In this case we need to 
create new instance of `s3Object`.
   
   ------------------------
   
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
    - [x] Format the pull request title like `[BEAM-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA 
issue, if applicable. This will automatically link the pull request to the 
issue.
    - [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   It will help us expedite review of your Pull Request if you tag someone 
(e.g. `@username`) to look at it.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 108151)
            Time Spent: 10m
    Remaining Estimate: 0h

> Cannot read s3 files using ParquetIO
> ------------------------------------
>
>                 Key: BEAM-4421
>                 URL: https://issues.apache.org/jira/browse/BEAM-4421
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-parquet
>            Reporter: Łukasz Gajowy
>            Assignee: Łukasz Gajowy
>            Priority: Major
>         Attachments: errorlog.txt
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> For s3 the read doesn't work and throws an IOException. Please see the 
> enclosed logs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to