mirror of
https://github.com/apache/impala.git
synced 2026-01-01 18:00:30 -05:00
1.3 KiB
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. |
| 5 | table_name:hbasealltypessmall, constraint:restrict_to, table_format:text/none/none |
| 6 | table_name:hbasealltypesagg, constraint:restrict_to, table_format:text/none/none |
| 7 | table_name:hbasealltypeserror, constraint:restrict_to, table_format:text/none/none |
| 8 | table_name:hbasealltypeserrornonulls, constraint:restrict_to, table_format:text/none/none |
| 9 | table_name:hbasestringids, constraint:restrict_to, table_format:text/none/none |
| 10 | table_name:old_rcfile_table, constraint:restrict_to, table_format:rc/none/none |
| 11 | table_name:bad_text_lzo, constraint:restrict_to, table_format:text/lzo/block |
| 12 | table_name:bad_seq_snap, constraint:restrict_to, table_format:seq/snap/block |
| 13 | table_name:map_table, constraint:restrict_to, table_format:text/none/none |
| 14 | table_name:array_table, constraint:restrict_to, table_format:text/none/none |
| 15 | table_name:escapechartesttable, constraint:exclude, table_format:parquet |
| 16 | table_name:nulltable, constraint:exclude, table_format:parquet |
| 17 | table_name:nullescapedtable, constraint:exclude, table_format:parquet |
| 18 | table_name:TblWithRaggedColumns, constraint:exclude, table_format:parquet |