Skip to content

Commit f97e080

Browse files
committed
support datatype of ROW/STRUCT
1 parent 407920f commit f97e080

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/utitcase-flink-1.x-common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
- 'paimon-python/**'
2727
- '.github/workflows/paimon-python-checks.yml'
2828
- 'paimon-lucene/**'
29+
- 'paimon-core/src/test/java/org/apache/paimon/JavaPyE2ETest.java'
2930

3031
env:
3132
JDK_VERSION: 8

.github/workflows/utitcase-flink-2.x-jdk11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
- 'paimon-python/**'
2828
- '.github/workflows/paimon-python-checks.yml'
2929
- 'paimon-lucene/**'
30+
- 'paimon-core/src/test/java/org/apache/paimon/JavaPyE2ETest.java'
3031

3132
env:
3233
JDK_VERSION: 11

.github/workflows/utitcase-jdk11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
- '**/*.md'
2727
- 'paimon-python/**'
2828
- '.github/workflows/paimon-python-checks.yml'
29+
- 'paimon-core/src/test/java/org/apache/paimon/JavaPyE2ETest.java'
2930

3031
env:
3132
JDK_VERSION: 11

.github/workflows/utitcase-spark-3.x.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
- 'paimon-python/**'
2828
- '.github/workflows/paimon-python-checks.yml'
2929
- 'paimon-lucene/**'
30+
- 'paimon-core/src/test/java/org/apache/paimon/JavaPyE2ETest.java'
3031

3132
env:
3233
JDK_VERSION: 8

0 commit comments

Comments
 (0)