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

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

                Author: ASF GitHub Bot
            Created on: 31/Dec/20 13:59
            Start Date: 31/Dec/20 13:59
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on a change in pull request #13619:
URL: https://github.com/apache/beam/pull/13619#discussion_r550488704



##########
File path: 
sdks/java/io/parquet/src/test/java/org/apache/beam/sdk/io/parquet/ParquetIOTest.java
##########
@@ -147,7 +147,7 @@ public void testBlockTracker() throws Exception {
   public void testSplitBlockWithLimit() {
     ParquetIO.ReadFiles.SplitReadFn<GenericRecord> testFn =
         new ParquetIO.ReadFiles.SplitReadFn<>(
-            null, null, ParquetIO.GenericRecordPassthroughFn.create());
+            null, null, ParquetIO.GenericRecordPassthroughFn.create(), null);

Review comment:
       I would prefer it to not be Nullable but since this is internal I 
suppose we can adjust this later, on the other hand if someday Parquet finally 
gets rid of its Hadoop dependencies probably the null value would align better.




----------------------------------------------------------------
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: 529819)
    Time Spent: 1h 20m  (was: 1h 10m)

> Support user configurable Hadoop Configuration flags for ParquetIO
> ------------------------------------------------------------------
>
>                 Key: BEAM-11527
>                 URL: https://issues.apache.org/jira/browse/BEAM-11527
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-parquet
>            Reporter: Anant Damle
>            Assignee: Anant Damle
>            Priority: P2
>              Labels: parquet
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Provide an user configurable interface to provide/input Hadoop configuration 
> for ParquetIO.
> Current behaviour supports only 
> \{code}AvroReadSupport.AVRO_COMPATIBILITY\{code} flag.
>  
> There are now more options supported for reader as introduced through 
> [PARQUET-1928|https://issues.apache.org/jira/browse/PARQUET-1928] and 
> [PR/831|https://github.com/apache/parquet-mr/pull/831]



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

Reply via email to