Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7215

Null error shown when select file without format

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.15.0, 1.16.0
    • Future
    • None
    • None

    Description

      Null error message is shown while querying file without format after use schema: 

      select * from `dir/noformat`; 
      
      Error: VALIDATION ERROR: null
      
      
      [Error Id: b9e3e3a4-f60a-4836-97e9-6078c742f7ad ] (state=,code=0)
      

       

      Steps to reproduce:

      1. Create dir and file w/o format: 
         mkdir /tmp/dir&&touch /tmp/dir/noformat
      1. Run drill in embedded mode 
      2. Use tmp schema 
        USE dfs.tmp; 
      1. Query created file 
        SELECT * FROM `dir/noformat`;

      Attachments

        Activity

          People

            Unassigned Unassigned
            ihuzenko Igor Guzenko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: