BELUGA BEHR created PARQUET-1513:
------------------------------------

             Summary: 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


{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