File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cascading-hadoop3-parquet Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Cascading Change Log
22
334.6.0 [unreleased]
44
5+ Updated Apache Parquet to version 1.15.1 to resolve CVE-2025-30065.
6+
57 Fixed issue in c.s.u.DelimitedParser where the joiner would not properly quote fields with escaped quotes on write.
68
79 Fixed issue where c.t.p.BasePartitionTap would not forward some methods to the parent c.t.Tap instance.
@@ -12,8 +14,6 @@ Cascading Change Log
1214
1315 Fixed issue where c.t.l.h.LocalHfsAdaptor would not copy back applied properties during source/sink init phase.
1416
15- Updated Apache Parquet to version 1.13.1.
16-
1717 Added c.t.p.TypedParquetScheme to support reading and writing Parquet files while honoring type information.
1818 Deprecated c.t.p.ParquetScheme and c.t.p.ParquetTBaseScheme.
1919
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 implementation project( ' :cascading-hadoop3-io' )
2929 implementation project( ' :cascading-nested-json' )
3030
31- def parquetVersion = ' 1.13 .1'
31+ def parquetVersion = ' 1.15 .1'
3232 implementation group : ' org.apache.parquet' , name : ' parquet-common' , version : parquetVersion
3333 implementation group : ' org.apache.parquet' , name : ' parquet-column' , version : parquetVersion
3434 implementation group : ' org.apache.parquet' , name : ' parquet-hadoop' , version : parquetVersion
You can’t perform that action at this time.
0 commit comments