jerryshao commented on code in PR #6374: URL: https://github.com/apache/gravitino/pull/6374#discussion_r1944815380
########## dev/docker/iceberg-rest-server/iceberg-rest-server-dependency.sh: ########## @@ -49,19 +49,19 @@ cp ${gravitino_home}/bundles/aws/build/libs/gravitino-aws-*.jar bundles/ cp ${gravitino_home}/bundles/azure/build/libs/gravitino-azure-*.jar bundles/ cp ${gravitino_home}/bundles/aliyun-bundle/build/libs/gravitino-aliyun-bundle-*.jar bundles/ -iceberg_gcp_bundle="iceberg-gcp-bundle-1.5.2.jar" +iceberg_gcp_bundle="iceberg-gcp-bundle-1.6.1.jar" if [ ! -f "bundles/${iceberg_gcp_bundle}" ]; then - curl -L -s -o bundles/${iceberg_gcp_bundle} https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-gcp-bundle/1.5.2/${iceberg_gcp_bundle} + curl -L -s -o bundles/${iceberg_gcp_bundle} https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-gcp-bundle/1.6.1/${iceberg_gcp_bundle} fi -iceberg_aws_bundle="iceberg-aws-bundle-1.5.2.jar" +iceberg_aws_bundle="iceberg-aws-bundle-1.6.1.jar" if [ ! -f "bundles/${iceberg_aws_bundle}" ]; then - curl -L -s -o bundles/${iceberg_aws_bundle} https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-aws-bundle/1.5.2/${iceberg_aws_bundle} + curl -L -s -o bundles/${iceberg_aws_bundle} https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-aws-bundle/1.6.1/${iceberg_aws_bundle} fi -iceberg_azure_bundle="iceberg-azure-bundle-1.5.2.jar" +iceberg_azure_bundle="iceberg-azure-bundle-1.6.1.jar" if [ ! -f "bundles/${iceberg_azure_bundle}" ]; then - curl -L -s -o bundles/${iceberg_azure_bundle} https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-azure-bundle/1.5.2/${iceberg_azure_bundle} + curl -L -s -o bundles/${iceberg_azure_bundle} https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-azure-bundle/1.6.1/${iceberg_azure_bundle} Review Comment: Can we also improve the script to define the iceberg version in one place, so that we don't have to modify them one by one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org