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/05 01:24:00 UTC

[jira] [Work logged] (BEAM-14236) [Python] Write to Parquet support for list to conform with Apache Parquet specification

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

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

                Author: ASF GitHub Bot
            Created on: 05/Apr/22 01:23
            Start Date: 05/Apr/22 01:23
    Worklog Time Spent: 10m 
      Work Description: Shiv22Wabale opened a new pull request, #17279:
URL: https://github.com/apache/beam/pull/17279

   …et specification for Python SDK
   
   Added flag driven apache parquet conform write for type list.
   
   GitHub Actions Tests Status (on master branch)
   ------------------------------------------------------------------------------------------------
   [![Build python source distribution and wheels](https://github.com/apache/beam/workflows/Build%20python%20source%20distribution%20and%20wheels/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule)
   [![Python tests](https://github.com/apache/beam/workflows/Python%20tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule)
   [![Java tests](https://github.com/apache/beam/workflows/Java%20Tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule)
   
   See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for more information about GitHub Actions CI.
   




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

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

> [Python] Write to Parquet support for list to conform with Apache Parquet specification
> ---------------------------------------------------------------------------------------
>
>                 Key: BEAM-14236
>                 URL: https://issues.apache.org/jira/browse/BEAM-14236
>             Project: Beam
>          Issue Type: Bug
>          Components: io-py-parquet
>            Reporter: Shivraj Devidas Wabale
>            Assignee: Shivraj Devidas Wabale
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> ARROW-11497 The pyarrow parquet writer now support the list type contains 3 level where the middle level, named {{{}list{}}}, must be a repeated group with a single field named _{{element. [https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists|https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists,]}}_
> I think we can simply populate it to [WriteToParquet |https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/parquetio.py#L358]by adding additional flag (use_compliant_nested_type) to 
>  conform with Apache Parquet specification.
> h4.



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