mirror of
https://github.com/apache/impala.git
synced 2026-01-07 09:02:19 -05:00
Fixed schema template.
This commit is contained in:
@@ -1051,8 +1051,6 @@ CREATE TABLE %(table_name)s (
|
||||
e double)
|
||||
row format delimited fields terminated by ','
|
||||
stored as %(file_format)s;
|
||||
# Hive on mini-dfs doesn't work with CombineHiveInputFormat, use HiveInputFormat instead
|
||||
# IMP-269
|
||||
SET hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat;
|
||||
INSERT OVERWRITE TABLE nulltable select 'a', '', NULL, NULL, NULL from alltypes limit 1;
|
||||
SET hive.input.format=org.apache.hadoop.hive.ql.io.CombineHiveInputFormat;
|
||||
|
||||
Reference in New Issue
Block a user