Commit 4f26809
Support for selectively demoting long to int in avro 1.9 to 1.11 (#593)
* Support for selectively demoting long to int in avro 1.9 to 1.11
* fix javadoc
* fix javadoc
* Fix array/map
* Fix avro 1.9
* Fix 1.4 to 1.8
* Fix checkstyle
* java8
---------
Co-authored-by: Karthik Ramgopal <[email protected]>1 parent b32bae2 commit 4f26809
File tree
73 files changed
+3878
-138
lines changed- avro-builder/tests/tests-allavro/src/test/java/com/linkedin/avroutil1/builder
- avro-codegen/src/main/java/com/linkedin/avroutil1/codegen
- helper
- helper-common/src/main/java/com/linkedin/avroutil1/compatibility
- backports
- impls
- helper-impl-110/src/main/java
- com/linkedin/avroutil1/compatibility/avro110
- backports
- codec
- parsing
- org/apache/avro/generic
- helper-impl-111/src/main/java
- com/linkedin/avroutil1/compatibility/avro111
- backports
- codec
- parsing
- org/apache/avro/generic
- helper-impl-14/src/main/java/com/linkedin/avroutil1/compatibility/avro14/codec
- helper-impl-15/src/main/java/com/linkedin/avroutil1/compatibility/avro15
- backports
- codec
- helper-impl-16/src/main/java/com/linkedin/avroutil1/compatibility/avro16
- backports
- codec
- helper-impl-17/src/main/java/com/linkedin/avroutil1/compatibility/avro17
- backports
- codec
- helper-impl-18/src/main/java/com/linkedin/avroutil1/compatibility/avro18
- backports
- codec
- helper-impl-19/src/main/java
- com/linkedin/avroutil1/compatibility/avro19
- backports
- codec
- parsing
- org/apache/avro/generic
- tests
- codegen-110/src/main/raw-avro/by110
- codegen-111/src/main/raw-avro/by111
- codegen-14/src/main/raw-avro/by14
- codegen-15/src/main/raw-avro/by15
- codegen-16/src/main/raw-avro/by16
- codegen-17/src/main/raw-avro/by17
- codegen-18/src/main/raw-avro/by18
- codegen-19/src/main/raw-avro/by19
- helper-tests-110/src/test/java/com/linkedin/avroutil1/compatibility/avro110
- helper-tests-111_0/src/test/java/com.linkedin.avroutil1.compatibility.avro111
- helper-tests-111/src/test/java/com/linkedin/avroutil1/compatibility/avro111
- helper-tests-14/src/test/java/com/linkedin/avroutil1/compatibility/avro14
- helper-tests-15/src/test/java/com/linkedin/avroutil1/compatibility/avro15
- helper-tests-16/src/test/java/com/linkedin/avroutil1/compatibility/avro16
- helper-tests-17/src/test/java/com/linkedin/avroutil1/compatibility/avro17
- helper-tests-18/src/test/java/com/linkedin/avroutil1/compatibility/avro18
- helper-tests-19/src/test/java/com/linkedin/avroutil1/compatibility/avro19
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+3878
-138
lines changedLines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| |||
2040 | 2048 | | |
2041 | 2049 | | |
2042 | 2050 | | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
| 2060 | + | |
| 2061 | + | |
| 2062 | + | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
| 2068 | + | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
| 2076 | + | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
2043 | 2081 | | |
2044 | 2082 | | |
2045 | 2083 | | |
| |||
Lines changed: 28 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
525 | 543 | | |
526 | 544 | | |
527 | 545 | | |
| |||
945 | 963 | | |
946 | 964 | | |
947 | 965 | | |
948 | | - | |
| 966 | + | |
949 | 967 | | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
950 | 973 | | |
951 | 974 | | |
952 | 975 | | |
| |||
959 | 982 | | |
960 | 983 | | |
961 | 984 | | |
962 | | - | |
| 985 | + | |
963 | 986 | | |
964 | 987 | | |
965 | 988 | | |
| |||
989 | 1012 | | |
990 | 1013 | | |
991 | 1014 | | |
992 | | - | |
| 1015 | + | |
993 | 1016 | | |
994 | 1017 | | |
995 | 1018 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments