Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0adcdef

Browse files
committedDec 13, 2024·
Hive: Add Hive 4 support and remove Hive 3
1 parent d402f83 commit 0adcdef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+64
-2636
lines changed
 

‎.github/labeler.yml

-3
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,7 @@ ORC:
100100
HIVE:
101101
- changed-files:
102102
- any-glob-to-any-file: [
103-
'hive3/**/*',
104103
'hive-metastore/**/*',
105-
'hive-runtime/**/*',
106-
'hive3-orc-bundle/**/*'
107104
]
108105

109106
DATA:

‎.github/workflows/delta-conversion-ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ on:
4848
- '.asf.yml'
4949
- 'dev/**'
5050
- 'mr/**'
51-
- 'hive3/**'
52-
- 'hive3-orc-bundle/**'
53-
- 'hive-runtime/**'
5451
- 'flink/**'
5552
- 'kafka-connect/**'
5653
- 'docs/**'

0 commit comments

Comments
 (0)
Please sign in to comment.