[ 
https://issues.apache.org/jira/browse/DRILL-4305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132441#comment-15132441
 ] 

Alexander Holy commented on DRILL-4305:
---------------------------------------

I can confirm the same behaviour with csv, json and json.gz (and in fact ANY) 
file or directory.
In fact, directory handling in 1.4 on Windows is effectively not useable.
My setup is Windows 10 (1511) x64, JDK 8u66.
Drill is 1.4.0 embedded mode

> Querying folders broken in 1.4.0
> --------------------------------
>
>                 Key: DRILL-4305
>                 URL: https://issues.apache.org/jira/browse/DRILL-4305
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.4.0
>         Environment: Local Embedded Drill 1.4.0 Version running on Windows 10 
> and Java 8 
>            Reporter: Andre Pomp
>             Fix For: 1.3.0
>
>
> Hey all,
> today I updated drill 1.3.0 to 1.4.0 and I explored that querying folders 
> (using the Syntax of 1.3.0) is not possible anymore. 
> So on Drill 1.3.0 the following sqline command was possible:
> SELECT * FROM dfs.`C:\Users\someuser\Desktop\testdir`;
> Moreover, I also tested queries like 
> SELECT * FROM dfs.`C:\Users\someuser\Desktop\testdir\`;
> SELECT * FROM dfs.`C:\Users\someuser\Desktop\testdir\*`;
> SELECT * FROM dfs.`C:\Users\someuser\Desktop\testdir\*.json`;
> All those commands work fine with Drill 1.3.0. 
> However, when switiching to 1.4.0, I get the following Exceptions:
> Error: VALIDATION ERROR: Unexpected internal error near index 1
> \
>  ^
> Can someone explain why the old queries are not working anymore on 1.4.0? How 
> can I query folders with 1.4.0?
> Currently, I assume that there is a bug.
> Best regards,
> André



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to