From 06e934f89adcb81d1b78f2fd18ec018e40505c81 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Tue, 4 Nov 2025 07:42:00 -0800 Subject: [PATCH] Upgrade Hive image from 3.1.3 to 4.0.0 --- crates/catalog/hms/testdata/hms_catalog/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/catalog/hms/testdata/hms_catalog/Dockerfile b/crates/catalog/hms/testdata/hms_catalog/Dockerfile index 65ebc3d6d..65cb90ce3 100644 --- a/crates/catalog/hms/testdata/hms_catalog/Dockerfile +++ b/crates/catalog/hms/testdata/hms_catalog/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM apache/hive:3.1.3 +FROM apache/hive:4.0.0 ENV AWSSDK_VERSION=2.20.18 ENV HADOOP_VERSION=3.1.0