We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7432c1f commit 6a017eeCopy full SHA for 6a017ee
CHANGELOG.md
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
+# [UNRELEASED] - YYYY-MM-DD
7
+
8
+### Added
9
+- Support encrypted parquet files (#324)
10
11
+### Changed
12
+- Remove support for Spark 3.0 and Spark 3.1 (#332)
13
+- Make all undocumented unintended public API parts private (#331)
14
+- Reading Parquet metadata can use Parquet Hadoop version different to version coming with Spark (#330)
15
16
## [2.14.2] - 2025-07-21
17
18
### Changed
0 commit comments