Commit 057d276
authored
[refacto] Drop Flink 1.18 support to reunify most of Flink 1 & 2 code (#275)
* [refacto] Drop Flink 1.18 support to reunify most of Flink 1 & 2 codebase
* [refacto] Remove LowPrioImplicits left over
* [refacto] Fix CI
* [refacto] Remove SerializerSnapshotTest left over
* [refacto] Fix missing conversions of TypeSerializerSnapshot.resolveSchemaCompatibility()
* [refacto] Remove LowPrioImplicits left over
* [refacto] Clean some imports
* [refacto] CI build flink 2 using java 17 and 21
* [refacto] Clean LowPrioImplicits and serializers
* [refacto] TypeInformation.createSerializer(ExecutionConfig) should continue to work
* [refacto] Simplify unnecessary complex test in Flink 2
* [refacto] Fix import
* [refacto] small improvements on stream accessors1 parent 7613bc8 commit 057d276
File tree
147 files changed
+1310
-4201
lines changed- .github/workflows
- modules
- examples/src/test/scala/org/example
- flink-1-api/src
- main
- scala-2/org/apache/flinkx/api
- scala-3/org/apache/flinkx/api
- scala/org/apache/flinkx/api
- async
- extensions
- impl/acceptPartialFunctions
- function
- util
- serializer
- typeinfo
- test/scala/org/apache/flinkx/api
- flink-2-api/src
- main/scala/org/apache
- flinkx/api
- async
- extensions
- impl/acceptPartialFunctions
- function
- util
- mapper
- serializer
- typeinfo
- flink/streaming/util/typeutils
- test/scala/org/apache/flinkx/api
- flink-common-api/src
- main
- java/org/apache/flinkx/api/serializer
- scala-2/org/apache/flinkx/api
- scala-3/org/apache/flinkx/api
- scala/org/apache
- flinkx/api
- async
- function
- util
- mapper
- serializer
- typeinfo
- flink/streaming/util/typeutils
- test
- resources
- scala-2/org/apache/flinkx/api
- scala-3/org/apache/flinkx/api
- scala/org/apache/flinkx/api
- serializer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
147 files changed
+1310
-4201
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
27 | 23 | | |
28 | | - | |
29 | | - | |
| 24 | + | |
| 25 | + | |
30 | 26 | | |
31 | | - | |
32 | | - | |
| 27 | + | |
| 28 | + | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
| |||
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
50 | | - | |
| 46 | + | |
51 | 47 | | |
52 | 48 | | |
53 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
| 198 | + | |
195 | 199 | | |
196 | 200 | | |
197 | 201 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 0 additions & 85 deletions
This file was deleted.
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments