We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643e2a1 commit 1dd0021Copy full SHA for 1dd0021
1 file changed
.github/workflows/build-patched-runtime.yml
@@ -7,10 +7,6 @@ on:
7
description: 'Version for the JAR (e.g. 1.6.2)'
8
required: true
9
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'
14
15
jobs:
16
build-and-release:
@@ -39,9 +35,5 @@ jobs:
39
35
with:
40
36
tag_name: v${{ github.event.inputs.version }}
41
37
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
46
38
files: hive-runtime/build/libs/iceberg-hive-runtime-${{ github.event.inputs.version }}.jar
47
make_latest: true
0 commit comments