File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 74
74
<javax .annotation.version>1.3.2</javax .annotation.version>
75
75
<spotless .version>2.30.0</spotless .version>
76
76
<shade .prefix>shaded.parquet</shade .prefix>
77
- <hadoop .version>3.3.6</hadoop .version>
77
+ <!-- Guarantees no newer classes/methods/constants are used by parquet. -->
78
+ <hadoop .version>3.3.0</hadoop .version>
78
79
<parquet .format.version>2.10.0</parquet .format.version>
79
80
<previous .version>1.13.1</previous .version>
80
81
<thrift .executable>thrift</thrift .executable>
635
636
</properties >
636
637
</profile >
637
638
638
- <profile >
639
- <id >hadoop2</id >
640
- <properties >
641
- <hadoop .version>2.7.3</hadoop .version>
642
- </properties >
643
- </profile >
644
-
645
639
<!-- Profile for tests to have more output -->
646
640
<profile >
647
641
<id >verbose-test</id >
You can’t perform that action at this time.
0 commit comments