This is an automated email from the ASF dual-hosted git repository.

gershinsky pushed a commit to branch parquet-1.12.3
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/parquet-1.12.3 by this push:
     new 62ef3b1a0 Update Changes log
62ef3b1a0 is described below

commit 62ef3b1a029ee2b9569039d7a2569b66b16538ff
Author: Gidon Gershinsky <[email protected]>
AuthorDate: Thu May 19 14:10:20 2022 +0300

    Update Changes log
---
 CHANGES.md | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 7785db548..d7c8eb7b0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -19,6 +19,68 @@
 
 # Parquet #
 
+### Version 1.12.3 ###
+
+Release Notes - Parquet - Version 1.12.3
+
+#### New Feature
+
+*   [PARQUET-2117](https://issues.apache.org/jira/browse/PARQUET-2117) - Add 
rowPosition API in parquet record readers
+
+#### Task
+
+*   [PARQUET-2081](https://issues.apache.org/jira/browse/PARQUET-2081) - 
Encryption translation tool - Parquet-hadoop
+
+#### Improvement
+
+*   [PARQUET-2040](https://issues.apache.org/jira/browse/PARQUET-2040) - 
Uniform encryption
+*   [PARQUET-2127](https://issues.apache.org/jira/browse/PARQUET-2127) - 
Security risk in latest parquet-jackson-1.12.2.jar
+*   [PARQUET-2136](https://issues.apache.org/jira/browse/PARQUET-2136) - File 
writer construction with encryptor
+*   [PARQUET-2076](https://issues.apache.org/jira/browse/PARQUET-2076) - 
Improve Travis CI build Performance
+*   [PARQUET-2105](https://issues.apache.org/jira/browse/PARQUET-2105) - 
Refactor the test code of creating the test file
+*   [PARQUET-2106](https://issues.apache.org/jira/browse/PARQUET-2106) - 
BinaryComparator should avoid doing ByteBuffer.wrap in the hot-path
+*   [PARQUET-2112](https://issues.apache.org/jira/browse/PARQUET-2112) - Fix 
typo in MessageColumnIO
+*   [PARQUET-2128](https://issues.apache.org/jira/browse/PARQUET-2128) - Bump 
Thrift to 0.16.0
+*   [PARQUET-2129](https://issues.apache.org/jira/browse/PARQUET-2129) - Add 
uncompressedSize to "meta" output
+*   [PARQUET-2121](https://issues.apache.org/jira/browse/PARQUET-2121) - 
Remove descriptions for the removed modules
+
+
+#### Bug
+
+*   [PARQUET-2144](https://issues.apache.org/jira/browse/PARQUET-2144) - Fix 
ColumnIndexBuilder for notIn predicate
+*   [PARQUET-2148](https://issues.apache.org/jira/browse/PARQUET-2148) - 
Enable uniform decryption with plaintext footer
+*   [PARQUET-2120](https://issues.apache.org/jira/browse/PARQUET-2120) - 
parquet-cli dictionary command fails on pages without dictionary encoding
+*   [PARQUET-2107](https://issues.apache.org/jira/browse/PARQUET-2107) - 
Travis failures
+*   [PARQUET-2101](https://issues.apache.org/jira/browse/PARQUET-2101) - Fix 
wrong descriptions about the default block size
+*   [PARQUET-2102](https://issues.apache.org/jira/browse/PARQUET-2102) - Typo 
in ColumnIndexBase toString
+
+### Version 1.12.2 ###
+
+Release Notes - Parquet - Version 1.12.2
+
+#### Bug
+
+*   [PARQUET-2094](https://issues.apache.org/jira/browse/PARQUET-2094) - 
Handle negative values in page headers
+
+### Version 1.12.1 ###
+
+Release Notes - Parquet - Version 1.12.1
+
+#### Bug
+
+*   [PARQUET-1633](https://issues.apache.org/jira/browse/PARQUET-1633) - Fix 
integer overflow
+*   [PARQUET-2022](https://issues.apache.org/jira/browse/PARQUET-2022) - 
ZstdDecompressorStream should close zstdInputStream
+*   [PARQUET-2027](https://issues.apache.org/jira/browse/PARQUET-2027) - Fix 
calculating directory offset for merge
+*   [PARQUET-2052](https://issues.apache.org/jira/browse/PARQUET-2052) - 
Integer overflow when writing huge binary using dictionary encoding
+*   [PARQUET-2054](https://issues.apache.org/jira/browse/PARQUET-2054) - fix 
TCP leaking when calling ParquetFileWriter.appendFile
+*   [PARQUET-2072](https://issues.apache.org/jira/browse/PARQUET-2072) - Do 
Not Determine Both Min/Max for Binary Stats
+*   [PARQUET-2073](https://issues.apache.org/jira/browse/PARQUET-2073) - Fix 
estimate remaining row count in ColumnWriteStoreBase.
+*   [PARQUET-2078](https://issues.apache.org/jira/browse/PARQUET-2078) - 
Failed to read parquet file after writing with the same parquet version
+
+#### Improvement
+
+*   [PARQUET-2064](https://issues.apache.org/jira/browse/PARQUET-2064) - Make 
Range public accessible in RowRanges
+
 ### Version 1.12.0 ###
 
 Release Notes - Parquet - Version 1.12.0

Reply via email to