Skip to content

Commit 1dd0021

Browse files
committed
Update build workflow
1 parent 643e2a1 commit 1dd0021

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build-patched-runtime.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
description: 'Version for the JAR (e.g. 1.6.2)'
88
required: true
99
default: '1.6.2'
10-
base_tag:
11-
description: 'Base Iceberg tag to build from (e.g. apache-iceberg-1.6.1)'
12-
required: true
13-
default: 'apache-iceberg-1.6.1'
1410

1511
jobs:
1612
build-and-release:
@@ -39,9 +35,5 @@ jobs:
3935
with:
4036
tag_name: v${{ github.event.inputs.version }}
4137
name: Iceberg Hive Runtime ${{ github.event.inputs.version }}
42-
body: |
43-
Patched `iceberg-hive-runtime` built from `${{ github.event.inputs.base_tag }}` with:
44-
- HiveClientPool: configurable metastore client via `iceberg.hive.client.class` (for Glue catalog)
45-
- Built with Hive 3 profile + Java 8
4638
files: hive-runtime/build/libs/iceberg-hive-runtime-${{ github.event.inputs.version }}.jar
4739
make_latest: true

0 commit comments

Comments
 (0)