mirror of
https://github.com/apache/impala.git
synced 2026-01-03 15:00:52 -05:00
21 lines
1.3 KiB
CSV
21 lines
1.3 KiB
CSV
# Table level constraints:
|
|
# Allows for defining constraints on which file formats to generate for an individual
|
|
# table. The table name should match the base table name defined in the schema template
|
|
# file.
|
|
table_name:hbasealltypessmall, constraint:restrict_to, table_format:text/none/none
|
|
table_name:hbasealltypesagg, constraint:restrict_to, table_format:text/none/none
|
|
table_name:hbasealltypeserror, constraint:restrict_to, table_format:text/none/none
|
|
table_name:hbasealltypeserrornonulls, constraint:restrict_to, table_format:text/none/none
|
|
table_name:hbasestringids, constraint:restrict_to, table_format:text/none/none
|
|
table_name:old_rcfile_table, constraint:restrict_to, table_format:rc/none/none
|
|
table_name:bad_text_lzo, constraint:restrict_to, table_format:text/lzo/block
|
|
table_name:bad_seq_snap, constraint:restrict_to, table_format:seq/snap/block
|
|
|
|
table_name:map_table, constraint:restrict_to, table_format:text/none/none
|
|
table_name:array_table, constraint:restrict_to, table_format:text/none/none
|
|
|
|
table_name:escapechartesttable, constraint:exclude, table_format:parquet
|
|
table_name:nulltable, constraint:exclude, table_format:parquet
|
|
table_name:nullescapedtable, constraint:exclude, table_format:parquet
|
|
table_name:TblWithRaggedColumns, constraint:exclude, table_format:parquet
|