[email protected] has posted comments on this change. ( http://gerrit.cloudera.org:8080/19114 )
Change subject: IMPALA-11607: Support for TPC-H and TPC-DS test datasets stored as Iceberg tables ...................................................................... Patch Set 10: (3 comments) Thanks for comments! http://gerrit.cloudera.org:8080/#/c/19114/8/testdata/bin/generate-schema-statements.py File testdata/bin/generate-schema-statements.py: http://gerrit.cloudera.org:8080/#/c/19114/8/testdata/bin/generate-schema-statements.py@347 PS8, Line 347: columns_str = "" : if is_iceberg_table(file_format): : for col in columns.split("\n"): > nit: could you please add a comment for this? Done http://gerrit.cloudera.org:8080/#/c/19114/8/testdata/bin/generate-schema-statements.py@763 PS8, Line 763: > neither TINYINT Done http://gerrit.cloudera.org:8080/#/c/19114/8/testdata/bin/generate-schema-statements.py@766 PS8, Line 766: ble_template = create > Does it always work correctly? E.g. what if PRIMARY KEY declaration is in t This piece of code is not good, so I refactored this piece. -- To view, visit http://gerrit.cloudera.org:8080/19114 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ic8bbc5209e7e649f67a48144a2844b35d9f9c7f1 Gerrit-Change-Number: 19114 Gerrit-PatchSet: 10 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]> Gerrit-Comment-Date: Wed, 19 Oct 2022 13:29:31 +0000 Gerrit-HasComments: Yes
