You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by ppadma <gi...@git.apache.org> on 2017/10/28 04:12:48 UTC

[GitHub] drill issue #652: DRILL-4990:Use new HDFS API access instead of listStatus t...

Github user ppadma commented on the issue:

    https://github.com/apache/drill/pull/652
  
    This pull request was never merged because of a problem with windows test setup we have.  As a workaround, I added code to fall back to using old API if new API fails for some reason. All tests are passing fine with this change. 
    This is nice to include in 1.12 as it provides performance improvement for all DFS based queries especially when there are large number of files. 
    Can we review the new diffs please ?


---