Prasad Nagaraj Subramanya created DRILL-5724:
------------------------------------------------

             Summary: Scan on a local directory containing multiple text files 
(one or more empty) throws FileNotFoundException
                 Key: DRILL-5724
                 URL: https://issues.apache.org/jira/browse/DRILL-5724
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - Text & CSV
    Affects Versions: 1.11.0
            Reporter: Prasad Nagaraj Subramanya


1) Create a directory having multiple text files (one or more empty)
2) Do a scan on the directory
{code}
select * from lfs.`/home/user/dir1`;
{code}

The query throws the below error-
{code}
Error: SYSTEM ERROR: FileNotFoundException: File 
file:///home/user/dir1/<filename> does not exist

Setup failed for CompliantTextRecordReader
Fragment 1:2
{code}

Issue reproducible with - csv, tsv and psv files



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to