-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Release 465 (7 Nov 2024) | ||
|
||
## General | ||
|
||
* Add the {func}`cosine_similarity` function for dense vectors. ({issue}`23964`) | ||
* Add support for reading geometries in [EWKB | ||
format](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry) | ||
with the `ST_GeomFromBinary` function. ({issue}`23824`) | ||
* Add support for the `ORDER BY` clause in a windowed aggregate function. ({issue}`23929`) | ||
|
||
## BigQuery connector | ||
|
||
* Fix failure when reading views with `timestamp` columns. ({issue}`24004`) | ||
|
||
## Clickhouse connector | ||
|
||
* Fix insert for tables with the Clickhouse `TimestampWithTimeZone` type. ({issue}`23785`) | ||
|
||
## Faker connector | ||
|
||
* Add the `random_string` catalog function to test expressions for random string | ||
creation. ({issue}`23990`) | ||
* Make generated data deterministic for repeated queries. ({issue}`24008`) | ||
|
||
## Hive connector | ||
|
||
* Add support for skipping archiving when committing to a table in the Glue metastore | ||
and the `hive.metastore.glue.skip-archive` configuration property is set to | ||
`true`. ({issue}`23817`) | ||
* Use drop and create operation when replacing an existing SQL routine stored in | ||
the Hive Metastore. ({issue}`24010`) | ||
|
||
## Iceberg connector | ||
|
||
* Add support for reading and writing the `extra_properties` table property. | ||
({issue}`17427`, {issue}`24031`) | ||
* Add support for configuring an OAuth2 server URI with the | ||
`iceberg.rest-catalog.oauth2.server-uri` configuration property. ({issue}`23086`) | ||
* Improve performance of Iceberg queries involving multiple table scans. ({issue}`23945`) | ||
|
||
## SPI | ||
|
||
* {{breaking}} Remove deprecated variants of `checkCanExecuteQuery` and | ||
`checkCanSetSystemSessionProperty` without a `QueryId` parameter from | ||
`SystemAccessControl`. ({issue}`23244`) |