Files
impala/testdata/datasets/functional/schema_constraints.csv
2014-01-08 10:49:47 -08:00

2.5 KiB

1# Table level constraints:
2# Allows for defining constraints on which file formats to generate for an individual
3# table. The table name should match the base table name defined in the schema template
4# file.
5table_name:hbasealltypessmall, constraint:restrict_to, table_format:text/none/none
6table_name:hbasealltypesagg, constraint:restrict_to, table_format:text/none/none
7table_name:hbasealltypeserror, constraint:restrict_to, table_format:text/none/none
8table_name:hbasealltypeserrornonulls, constraint:restrict_to, table_format:text/none/none
9table_name:hbasestringids, constraint:restrict_to, table_format:text/none/none
10table_name:hbaseinsertalltypesagg, constraint:restrict_to, table_format:text/none/none
11table_name:alltypesinsert, constraint:restrict_to, table_format:text/none/none
12table_name:alltypesnopart_insert, constraint:restrict_to, table_format:text/none/none
13table_name:insert_overwrite_nopart, constraint:restrict_to, table_format:text/none/none
14table_name:insert_overwrite_partitioned, constraint:restrict_to, table_format:text/none/none
15table_name:insert_string_partitioned, constraint:restrict_to, table_format:text/none/none
16table_name:alltypesinsert, constraint:restrict_to, table_format:parquet/none/none
17table_name:alltypesnopart_insert, constraint:restrict_to, table_format:parquet/none/none
18table_name:insert_overwrite_nopart, constraint:restrict_to, table_format:parquet/none/none
19table_name:insert_overwrite_partitioned, constraint:restrict_to, table_format:parquet/none/none
20table_name:insert_string_partitioned, constraint:restrict_to, table_format:parquet/none/none
21table_name:old_rcfile_table, constraint:restrict_to, table_format:rc/none/none
22table_name:bad_text_lzo, constraint:restrict_to, table_format:text/lzo/block
23table_name:bad_seq_snap, constraint:restrict_to, table_format:seq/snap/block
24table_name:map_table, constraint:restrict_to, table_format:text/none/none
25table_name:array_table, constraint:restrict_to, table_format:text/none/none
26table_name:alltypeserror, constraint:exclude, table_format:parquet/none/none
27table_name:alltypeserrornonulls, constraint:exclude, table_format:parquet/none/none
28table_name:unsupported_types, constraint:exclude, table_format:parquet/none/none
29table_name:escapechartesttable, constraint:exclude, table_format:parquet/none/none
30table_name:nulltable, constraint:exclude, table_format:parquet/none/none
31table_name:nullescapedtable, constraint:exclude, table_format:parquet/none/none
32table_name:TblWithRaggedColumns, constraint:exclude, table_format:parquet/none/none