diff --git a/testdata/datasets/functional/functional_schema_template.sql b/testdata/datasets/functional/functional_schema_template.sql index 2f1f8e6e4..c929c1303 100644 --- a/testdata/datasets/functional/functional_schema_template.sql +++ b/testdata/datasets/functional/functional_schema_template.sql @@ -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;