liurenjie1024 commented on code in PR #1823: URL: https://github.com/apache/iceberg-rust/pull/1823#discussion_r2489436110
########## crates/catalog/hms/testdata/hms_catalog/Dockerfile: ########## @@ -13,24 +13,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM openjdk:8-jre-slim AS build - -ARG BUILDPLATFORM - -RUN apt-get update -qq && apt-get -qq -y install curl +FROM apache/hive:3.1.3 Review Comment: Never mind, we are using hive 3.1.3 in rust. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
