This is an automated email from the ASF dual-hosted git repository. kevinjqliu pushed a commit to branch kevinjqliu/hive-4 in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
commit 1c492347c1c77573a9cdfa0864c8aa946455f3b5 Author: Kevin Liu <[email protected]> AuthorDate: Tue Nov 4 07:42:00 2025 -0800 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 65ebc3d6..65cb90ce 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
