mirror of
https://github.com/apache/impala.git
synced 2026-01-24 06:00:49 -05:00
843 B
843 B
| 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, file_format:text |
| 6 | table_name:hbasealltypesagg, constraint:restrict_to, file_format:text |
| 7 | table_name:hbasealltypeserror, constraint:restrict_to, file_format:text |
| 8 | table_name:hbasealltypeserrornonulls, constraint:restrict_to, file_format:text |
| 9 | table_name:hbasestringids, constraint:restrict_to, file_format:text |
| 10 | table_name:escapechartesttable, constraint:exclude, file_format:trevni |
| 11 | table_name:nulltable, constraint:exclude, file_format:trevni |
| 12 | table_name:nullescapedtable, constraint:exclude, file_format:trevni |
| 13 | table_name:TblWithRaggedColumns, constraint:exclude, file_format:trevni |