[GitHub] drill pull request #731: DRILL-5224: CTTAS: fix errors connected with system...

2017-02-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/731 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] drill pull request #731: DRILL-5224: CTTAS: fix errors connected with system...

2017-02-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/731#discussion_r99439632 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserSession.java --- @@ -278,7 +277,7 @@ public boolean setSessionOption(String name,

[GitHub] drill pull request #731: DRILL-5224: CTTAS: fix errors connected with system...

2017-02-03 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/731#discussion_r99391122 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserSession.java --- @@ -278,7 +277,7 @@ public boolean setSessionOption(String

[GitHub] drill pull request #731: DRILL-5224: CTTAS: fix errors connected with system...

2017-02-03 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/731#discussion_r99389277 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserSession.java --- @@ -278,7 +277,7 @@ public boolean setSessionOption(String name,

[GitHub] drill pull request #731: DRILL-5224: CTTAS: fix errors connected with system...

2017-01-27 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/731 DRILL-5224: CTTAS: fix errors connected with system path delimiters (… …Windows) Replaced `java.nio.file.Paths.get()` to `org.apache.hadoop.fs.Path` as the latest works the same