Files
impala/testdata/datasets/functional/schema_constraints.csv
Lenni Kuff 1e25c98fb4 Test data loading framework improvements
This change includes a number of improvements for the test data loading framework:
* Named sections for schema template definitions
* Removal of uneeded sections from schema template definitions (ex. ANALYZE TABLE)
* More granular data loading via table name filters
* Improved robustness in detecting failed data loads
* Table level constraints for specific file formats
* Re-written compute stats script
2014-01-08 10:46:49 -08:00

643 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.
5table_name:hbasealltypessmall, constraint:restrict_to, file_format:text
6table_name:hbasealltypesagg, constraint:restrict_to, file_format:text
7table_name:hbasealltypeserror, constraint:restrict_to, file_format:text
8table_name:hbasealltypeserrornonulls, constraint:restrict_to, file_format:text
9table_name:hbasestringids, constraint:restrict_to, file_format:text
10table_name:TblWithRaggedColumns, constraint:exclude, file_format:trevni