We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf2090 commit d238427Copy full SHA for d238427
docs/src/main/sphinx/release.rst
@@ -10,6 +10,7 @@ Release notes
10
.. toctree::
11
:maxdepth: 1
12
13
+ release/release-416
14
release/release-415
15
release/release-414
16
release/release-413
docs/src/main/sphinx/release/release-416.md
@@ -0,0 +1,12 @@
1
+# Release 416 (3 May 2023)
2
+
3
+## General
4
5
+* Improve performance of partitioned `INSERT`, `CREATE TABLE AS .. SELECT`, and
6
+ `EXECUTE` statements when the source table statistics are missing or
7
+ inaccurate. ({issue}`16802`)
8
+* Improve performance of `LIKE` expressions that contain `%`. ({issue}`16167`)
9
+## Hive connector
+* Reduce coordinator memory usage when file metadata caching is enabled. ({issue}`17270`)
0 commit comments