Description
Load data local inpath queries does not do any validation wrt file format. If the destination table is ORC and if we try to load files that are not ORC, the load will succeed but querying such tables will result in runtime exceptions. We can do some simple sanity checks to prevent loading of files that does not match the destination table file format.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-11198 Fix load data query file format check for partitioned tables
- Closed