Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
How to Reproduction
$ 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
This error will occur if some files are located in intermediate directory of a partitioned table.