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 2021/01/09 07:59:00 UTC

[jira] [Work logged] (BEAM-8202) Support ParquetTable Writer

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

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

                Author: ASF GitHub Bot
            Created on: 09/Jan/21 07:58
            Start Date: 09/Jan/21 07:58
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on a change in pull request #13714:
URL: https://github.com/apache/beam/pull/13714#discussion_r554307299



##########
File path: sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/avro/AvroTableProviderTest.java
##########
@@ -42,20 +42,20 @@
   @Rule public TestPipeline readPipeline = TestPipeline.create();
   @Rule public TemporaryFolder tempFolder = new TemporaryFolder();
 
-  private static final String AVRO_FIELD_NAMES = "(name VARCHAR, age BIGINT, country VARCHAR)";
+  private static final String FIELD_NAMES = "(name VARCHAR, age BIGINT, country VARCHAR)";

Review comment:
       The Avro changes are just to keep both tests consistent since they are in principle 'the same'.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

    Worklog Id:     (was: 533378)
    Time Spent: 20m  (was: 10m)

> Support ParquetTable Writer
> ---------------------------
>
>                 Key: BEAM-8202
>                 URL: https://issues.apache.org/jira/browse/BEAM-8202
>             Project: Beam
>          Issue Type: Improvement
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: Ismaël Mejía
>            Priority: P3
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> https://github.com/apache/beam/pull/9054 supported reader for Parquet Table in BeamSQL. We can support writer as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)