[
https://issues.apache.org/jira/browse/BEAM-7728?focusedWorklogId=276337&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-276337
]
ASF GitHub Bot logged work on BEAM-7728:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jul/19 22:17
Start Date: 13/Jul/19 22:17
Worklog Time Spent: 10m
Work Description: amaliujia commented on pull request #9054: [BEAM-7728]
[SQL] Support ParquetTable
URL: https://github.com/apache/beam/pull/9054#discussion_r303220633
##########
File path:
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/parquet/GenericRecordToRowTest.java
##########
@@ -0,0 +1,79 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.beam.sdk.extensions.sql.meta.provider.parquet;
+
+import java.io.Serializable;
+import org.apache.avro.Schema;
+import org.apache.avro.generic.GenericData;
+import org.apache.avro.generic.GenericRecord;
+import org.apache.beam.sdk.coders.AvroCoder;
+import org.apache.beam.sdk.testing.PAssert;
+import org.apache.beam.sdk.testing.TestPipeline;
+import org.apache.beam.sdk.transforms.Create;
+import org.apache.beam.sdk.values.PCollection;
+import org.apache.beam.sdk.values.Row;
+import org.junit.Rule;
+import org.junit.Test;
+
+/** Unit tests for {@link GenericRecordReadConverter}. */
+public class GenericRecordToRowTest implements Serializable {
+ @Rule public transient TestPipeline pipeline = TestPipeline.create();
+
+ org.apache.beam.sdk.schemas.Schema payloadSchema =
Review comment:
mark as static and final?
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 276337)
Time Spent: 0.5h (was: 20m)
> Support ParquetTable in SQL
> ---------------------------
>
> Key: BEAM-7728
> URL: https://issues.apache.org/jira/browse/BEAM-7728
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql
> Reporter: Kai Jiang
> Assignee: Kai Jiang
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)