You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by parthchandra <gi...@git.apache.org> on 2017/11/29 02:26:55 UTC

[GitHub] drill issue #1050: DRILL-5964: Do not allow queries to access paths outside ...

Github user parthchandra commented on the issue:

    https://github.com/apache/drill/pull/1050
  
    Changed the type of allowAccessOutsideWorkspace to boolean. This changes behavior. All existing dfs workspaces will also disallow access outside the workspace. Ideally, we should deprecate this parameter in a future release, but for the moment it allows existing users to access paths outside the workspace if they want to.


---