Hyunsik Choi created TAJO-1219:
----------------------------------
Summary: Files located in intermediate directories of partitioned
table should be ignored
Key: TAJO-1219
URL: https://issues.apache.org/jira/browse/TAJO-1219
Project: Tajo
Issue Type: Bug
Reporter: Hyunsik Choi
Assignee: Hyunsik Choi
Fix For: 0.9.1
*How to Reproduction*
{code}
$ bin/tsql
default> CREATE EXTERNAL TABLE t1 (id int) USING CSV PARTITION BY COLUMN (type
text) LOCATION '/table';
$ cat > '/table'
a|b
<ctrl + d>
$ bin/tsql
default> select * from t1;
ERROR: java.lang.NullPointerException
{code}
This error will occur if some files are located in intermediate directory of a
partitioned table.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)