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

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

rdblue commented on pull request #606: PARQUET-1513: HiddenFileFilter Streamline
URL: https://github.com/apache/parquet-mr/pull/606
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> HiddenFileFilter Streamline
> ---------------------------
>
>                 Key: PARQUET-1513
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1513
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-mr
>            Reporter: BELUGA BEHR
>            Priority: Trivial
>              Labels: pull-request-available
>
> {code:java}
>   public boolean accept(Path p) {
>     return !p.getName().startsWith("_") && !p.getName().startsWith(".");
>   }
> {code}
> This can be streamlined a bit further.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to