Igor Guzenko created DRILL-7215:
-----------------------------------
Summary: 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
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)