Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.8.0
-
None
Description
Need user friendly error for table function when specified table does not exists. Example as shown below:
select * from table(`drill-3149/blah.txt`(type=>'text', lineDelimiter=>'\r\n'));
Error: VALIDATION ERROR: null
SQL Query null
[Error Id: 6a021d48-bbec-4617-9b53-94bc116dce76]
(java.lang.NullPointerException) null
org.apache.drill.exec.planner.logical.DrillTranslatableTable.getRowType():49
org.apache.calcite.sql.validate.ProcedureNamespace.validateImpl():68
.
.
.
Attachments
Issue Links
- Is contained by
-
DRILL-6986 Table function improvements / issues (UMBRELLA JIRA)
- Open