Skip to content

Commit

Permalink
Update 339 and 365 release notes
Browse files Browse the repository at this point in the history
Writing ORC bloom filter is broken for Hive connector
  • Loading branch information
Praveen2112 committed Jan 13, 2022
1 parent f9de866 commit 95c1eb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/main/sphinx/release/release-339.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

## Hive connector

* Add support for writing Bloom filters in ORC files. ({issue}`3939`)
* Make `location` parameter optional for the `system.register_partition` procedure. ({issue}`4443`)
* Avoid creating tiny splits at the end of block boundaries. ({issue}`4485`)
* Remove requirement to configure `metastore.storage.schema.reader.impl` in Hive 3.x metastore
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/sphinx/release/release-365.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
* Fix reporting of number of read bytes for tables using `ORC` file format. ({issue}`10048`)
* Account for memory used for deleted row information when reading from ACID tables. ({issue}`9914`, {issue}`10070`)
* Fix `REVOKE GRANT OPTION` to revoke only the grant option instead of revoking the entire privilege. ({issue}`10094`)
* Fix issue that prevented writing bloom filters for ORC files. ({issue}`9792`)
* Fix bug where incorrect rows were deleted when deleting from a transactional table that has original files (before the first major compaction). ({issue}`10095`)
* Fix delete and update failure when changing a table after a major compaction. ({issue}`10120`)
* Fix incorrect results when decoding decimal values in Parquet reader. ({issue}`9971`)
Expand Down

0 comments on commit 95c1eb0

Please sign in to comment.