Skip to content

Commit 783f6ff

Browse files
committed
fix, add dot and space in every entry
1 parent 9cfe434 commit 783f6ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/main/sphinx/release/release-479.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Enhance after `RemoveTrivialFilters` call `RemoveEmptyUnionBranches` to prune empty union branches. ({issue}`21506`)
1717
* Improve performance of {func}`array_sort` function. ({issue}`27272`)
1818
* Improve performance of {func}`repeat` function. ({issue}`27369`)
19-
* Improve performance of data exchanges involving variable width data ({issue}`27377`)
19+
* Improve performance of data exchanges involving variable width data. ({issue}`27377`)
2020
* Fix planning failure of certain queries where part of the plan is optimized to empty values. ({issue}`21506`)
2121
* Fix configuring partitioned layout for spooling protocol. ({issue}`27247`)
2222
* Fix `EXPLAIN (TYPE IO)` failure when query constraint contains type which cannot be cast to `varchar`. ({issue}`27433`)
@@ -93,11 +93,11 @@
9393
* Add `retain_last` and `clean_expired_metadata` options to `expire_snapshots` command. ({issue}`27357`)
9494
* Remove `s3.exclusive-create` config. ({issue}`27372`)
9595
* Add `APPLICATION_DEFAULT` authentication type for GCS. ({issue}`26984`)
96-
* Remove unauthentication access support in `SERVICE_ACCOUNT` ({issue}`26984`)
96+
* Remove unauthentication access support in `SERVICE_ACCOUNT`. ({issue}`26984`)
9797
* Fix failures when querying `$files` table after changes to table partitioning. ({issue}`26746`)
9898
* Fix incorrect results due to incorrect pushdown of `IS NOT DISTINCT FROM`. ({issue}`27213`)
9999
* Harden hierarchical namespace check in Azure with root blob fallback check. ({issue}`27278`)
100-
* Avoid reading unusually large pages from parquet files.({issue}`27148`)
100+
* Avoid reading unusually large pages from parquet files. ({issue}`27148`)
101101
* Fix potential `FileAlreadyExistsException` failure when network failures during s3 write. ({issue}`27330`)
102102
* Fix potential failure when dropping a schema with cascade. ({issue}`27361`)
103103

0 commit comments

Comments
 (0)