Files
impala/testdata/datasets/functional/schema_constraints.csv

1.3 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:old_rcfile_table, constraint:restrict_to, table_format:rc/none/none
11table_name:bad_text_lzo, constraint:restrict_to, table_format:text/lzo/block
12table_name:bad_seq_snap, constraint:restrict_to, table_format:seq/snap/block
13table_name:map_table, constraint:restrict_to, table_format:text/none/none
14table_name:array_table, constraint:restrict_to, table_format:text/none/none
15table_name:escapechartesttable, constraint:exclude, table_format:parquet
16table_name:nulltable, constraint:exclude, table_format:parquet
17table_name:nullescapedtable, constraint:exclude, table_format:parquet
18table_name:TblWithRaggedColumns, constraint:exclude, table_format:parquet