Zoltan Borok-Nagy has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13558 )

Change subject: IMPALA-8593: Prohibit write operations for bucketed tables
......................................................................


Patch Set 2:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/13558/2/testdata/datasets/functional/functional_schema_template.sql
File testdata/datasets/functional/functional_schema_template.sql:

http://gerrit.cloudera.org:8080/#/c/13558/2/testdata/datasets/functional/functional_schema_template.sql@2183
PS2, Line 2183: ---- LOAD
              : INSERT OVERWRITE TABLE {db_name}{db_suffix}.{table_name}
              : SELECT id, int_col from functional.alltypes;
This only loads the data to the text table, the other formats won't contain any 
data.

You'll need a DEPENDENT_LOAD_HIVE section with an 'INSERT OVERWRITE TABLE 
{db_name}{db_suffix}.{table_name} SELECT * FROM functional.{table_name};' 
statement. This copies data to the other formats from the text table. See 
'complextypes_fileformat' that Joe mentioned.

Of course, you could also use the same statement in DEPENDENT_LOAD_HIVE that 
you use in LOAD, but that way you'd need to modify the INSERT statement at both 
places whenever you want to make changes.



--
To view, visit http://gerrit.cloudera.org:8080/13558
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia08d01168660830b6e0d08b55a95eac129889cec
Gerrit-Change-Number: 13558
Gerrit-PatchSet: 2
Gerrit-Owner: Yongzhi Chen <yc...@cloudera.com>
Gerrit-Reviewer: Csaba Ringhofer <csringho...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com>
Gerrit-Reviewer: Sudhanshu Arora <sudhan...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <t...@apache.org>
Gerrit-Reviewer: Vihang Karajgaonkar <vih...@cloudera.com>
Gerrit-Reviewer: Yongzhi Chen <yc...@cloudera.com>
Gerrit-Reviewer: Zoltan Borok-Nagy <borokna...@cloudera.com>
Gerrit-Comment-Date: Wed, 12 Jun 2019 09:39:13 +0000
Gerrit-HasComments: Yes

Reply via email to