mirror of
https://github.com/apache/impala.git
synced 2026-01-02 03:00:32 -05:00
Change-Id: I7e29ccb1db34e671c369d480e2ce7a46264c62c4 Reviewed-on: http://gerrit.ent.cloudera.com:8080/3440 Reviewed-by: Ishaan Joshi <ishaan@cloudera.com> Tested-by: jenkins
367 B
367 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 | # stores_sales_unpartitioned is only used as an intermediate table. |
| 6 | table_name:store_sales_unpartitioned, constraint:restrict_to, table_format:text/none/none |