File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1212 <packaging >jar</packaging >
1313 <name >Gluten Unit Test Spark41</name >
1414
15+ <properties >
16+ <parquet .version>1.16.0</parquet .version>
17+ </properties >
18+
1519 <dependencies >
1620 <dependency >
1721 <groupId >org.apache.gluten</groupId >
2327 <dependency >
2428 <groupId >org.apache.parquet</groupId >
2529 <artifactId >parquet-column</artifactId >
26- <version >1.15.2 </version >
30+ <version >${parquet.version} </version >
2731 <classifier >tests</classifier >
2832 <scope >test</scope >
2933 </dependency >
3034 <dependency >
3135 <groupId >org.apache.parquet</groupId >
3236 <artifactId >parquet-common</artifactId >
33- <version >1.15.2 </version >
37+ <version >${parquet.version} </version >
3438 <classifier >tests</classifier >
3539 <scope >test</scope >
3640 </dependency >
You can’t perform that action at this time.
0 commit comments