You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/04/13 07:51:00 UTC

[jira] [Work logged] (BEAM-14304) Implement parquetio for Go SDK

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

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

                Author: ASF GitHub Bot
            Created on: 13/Apr/22 07:50
            Start Date: 13/Apr/22 07:50
    Worklog Time Spent: 10m 
      Work Description: nguyennk92 commented on code in PR #17347:
URL: https://github.com/apache/beam/pull/17347#discussion_r849183178


##########
sdks/go/pkg/beam/io/parquetio/parquetio.go:
##########
@@ -0,0 +1,140 @@
+package parquetio

Review Comment:
   Updated





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

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

> Implement parquetio for Go SDK
> ------------------------------
>
>                 Key: BEAM-14304
>                 URL: https://issues.apache.org/jira/browse/BEAM-14304
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-go
>            Reporter: Nguyen Khoi Nguyen
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The naive approach would be reading the whole parquet file into memory, because processing parquet files requires io.Seeker
> Or implement filesystem.go Interface to return io.ReadSeekCloser, but it would not be trivial for gcs



--
This message was sent by Atlassian Jira
(v8.20.1#820001)