[ 
https://issues.apache.org/jira/browse/PARQUET-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17225501#comment-17225501
 ] 

ASF GitHub Bot commented on PARQUET-1915:
-----------------------------------------

shangxinli commented on a change in pull request #819:
URL: https://github.com/apache/parquet-mr/pull/819#discussion_r516772547



##########
File path: 
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/util/CompressionConverter.java
##########
@@ -267,5 +275,19 @@ public PageHeader readPageHeader() throws IOException {
     public long getPos() throws IOException {
       return f.getPos();
     }
+
+    public SeekableInputStream getStream() {
+      return f;
+    }
+  }
+
+  public static final class TransParquetFileWriter extends ParquetFileWriter {

Review comment:
       It is a left over. I will remove it. 




----------------------------------------------------------------
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:
us...@infra.apache.org


> Add null command 
> -----------------
>
>                 Key: PARQUET-1915
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1915
>             Project: Parquet
>          Issue Type: Sub-task
>            Reporter: Xinli Shang
>            Assignee: Xinli Shang
>            Priority: Major
>




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

Reply via email to