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