[ 
https://issues.apache.org/jira/browse/PARQUET-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan Blue resolved PARQUET-1513.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.12.0

> 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
>            Assignee: BELUGA BEHR
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> {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