Aman Sinha has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18421
Change subject: IMPALA-11247: Test script changes for materialized views ...................................................................... IMPALA-11247: Test script changes for materialized views IMPALA-10723 added support for treating materialized views as tables. In certain test configurations, the rebuild of the materialized views (which is done via Hive) was not populating the data in the MV. In this patch, I have changed the source tables of materialized views to be full-acid instead of insert-only transactional tables. This enables the tests to succeed. Insert-only source tables are also meant to work for the MV rebuild but that is a Hive issue that will be investigated separately. Change-Id: I349faa0ad36ec8ca6f574f7f92d9a32fb7d0d344 --- M testdata/datasets/functional/functional_schema_template.sql 1 file changed, 10 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/21/18421/1 -- To view, visit http://gerrit.cloudera.org:8080/18421 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I349faa0ad36ec8ca6f574f7f92d9a32fb7d0d344 Gerrit-Change-Number: 18421 Gerrit-PatchSet: 1 Gerrit-Owner: Aman Sinha <[email protected]>
