You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (JIRA)" <ji...@apache.org> on 2019/04/25 07:10:00 UTC

[jira] [Updated] (DRILL-7215) Null error shown when select file without format

     [ https://issues.apache.org/jira/browse/DRILL-7215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arina Ielchiieva updated DRILL-7215:
------------------------------------
    Fix Version/s: Future

> Null error shown when select file without format
> ------------------------------------------------
>
>                 Key: DRILL-7215
>                 URL: https://issues.apache.org/jira/browse/DRILL-7215
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.15.0, 1.16.0
>            Reporter: Igor Guzenko
>            Priority: Minor
>             Fix For: Future
>
>
> Null error message is shown while querying file without format after use schema: 
> {code:none}
> select * from `dir/noformat`; 
> Error: VALIDATION ERROR: null
> [Error Id: b9e3e3a4-f60a-4836-97e9-6078c742f7ad ] (state=,code=0)
> {code}
>  
> Steps to reproduce:
>  # Create dir and file w/o format: 
> {code:java}
>  mkdir /tmp/dir&&touch /tmp/dir/noformat{code}
>  # Run drill in embedded mode 
>  # Use tmp schema 
> {code:sql}
> USE dfs.tmp; {code}
>  # Query created file 
> {code:sql}
> SELECT * FROM `dir/noformat`;{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)