Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/23536 )
Change subject: IMPALA-13066: Extend SHOW CREATE TABLE to include stats and partitions ...................................................................... Patch Set 12: (1 comment) > Patch Set 12: Verified-1 > > Build failed: https://jenkins.impala.io/job/gerrit-verify-dryrun/12645/ There is a failure in building FE. It seems unrelative: 01:13:24 [ERROR] Failed to execute goal on project impala-minimal-s3a-aws-sdk: Could not collect dependencies for project org.apache.impala:impala-minimal-s3a-aws-sdk:jar:5.0.0-SNAPSHOT 01:13:24 [ERROR] Failed to read artifact descriptor for org.wildfly.openssl:wildfly-openssl:jar:2.1.4.ClouderaFinal 01:13:24 [ERROR] Caused by: The following artifacts could not be resolved: org.wildfly.openssl:wildfly-openssl:pom:2.1.4.ClouderaFinal (absent): Could not transfer artifact org.wildfly.openssl:wildfly-openssl:pom:2.1.4.ClouderaFinal from/to impala.cdp.repo (https://native-toolchain-us-west-2.s3.us-west-2.amazonaws.com/build/cdp_components/66846208/maven): status code: 403, reason phrase: Forbidden (403) http://gerrit.cloudera.org:8080/#/c/23536/12/tests/metadata/test_show_create_table.py File tests/metadata/test_show_create_table.py: http://gerrit.cloudera.org:8080/#/c/23536/12/tests/metadata/test_show_create_table.py@218 PS12, Line 218: f"Expected {len(expected_statements)} statements, got {len(create_table_result)}" Another failure is due to this. F-strings is not supported in Python2. Please use format() instead. Python 2 compilation failed for tests/metadata/test_show_create_table.py: Compiling tests/metadata/test_show_create_table.py ... File "tests/metadata/test_show_create_table.py", line 218 f"Expected {len(expected_statements)} statements, got {len(create_table_result)}" ^ SyntaxError: invalid syntax https://jenkins.impala.io/job/python-check-ub2004/9972/console -- To view, visit http://gerrit.cloudera.org:8080/23536 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I87950ae9d9bb73cb2a435cf5bcad076df1570dc2 Gerrit-Change-Number: 23536 Gerrit-PatchSet: 12 Gerrit-Owner: Arnab Karmakar <[email protected]> Gerrit-Reviewer: Arnab Karmakar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Comment-Date: Tue, 11 Nov 2025 03:11:02 +0000 Gerrit-HasComments: Yes
