This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit fc07880b8a2bbb234b3f1d2fb49f2b8fdee8dbe3
Author: Noemi Pap-Takacs <[email protected]>
AuthorDate: Tue Apr 16 14:06:11 2024 +0200

    IMPALA-13006: Restrict Iceberg tables to Parquet
    
    Iceberg test tables/views are restricted to the Parquet file format
    in functional/schema_constraints.csv. The following two were
    unintentionally left out:
    iceberg_query_metadata
    iceberg_view
    
    Added the constraint for these tables too.
    
    Testing:
    - executed data load for the functional dataset
    
    Change-Id: I2590d7a70fe6aaf1277b19e6b23015d39d2935cb
    Reviewed-on: http://gerrit.cloudera.org:8080/21306
    Reviewed-by: Impala Public Jenkins <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 testdata/datasets/functional/schema_constraints.csv | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testdata/datasets/functional/schema_constraints.csv 
b/testdata/datasets/functional/schema_constraints.csv
index f364a8ead..be3c1f1e2 100644
--- a/testdata/datasets/functional/schema_constraints.csv
+++ b/testdata/datasets/functional/schema_constraints.csv
@@ -108,6 +108,8 @@ table_name:iceberg_lineitem_multiblock, 
constraint:restrict_to, table_format:par
 table_name:iceberg_lineitem_sixblocks, constraint:restrict_to, 
table_format:parquet/none/none
 table_name:iceberg_spark_compaction_with_dangling_delete, 
constraint:restrict_to, table_format:parquet/none/none
 table_name:iceberg_v2_equality_delete_schema_evolution, 
constraint:restrict_to, table_format:parquet/none/none
+table_name:iceberg_query_metadata, constraint:restrict_to, 
table_format:parquet/none/none
+table_name:iceberg_view, constraint:restrict_to, table_format:parquet/none/none
 
 # TODO: Support Avro. Data loading currently fails for Avro because complex 
types
 # cannot be converted to the corresponding Avro types yet.

Reply via email to