Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions docs/src/main/sphinx/release/release-479.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@

* Fix query failure when reusing {func}`query` table function result. ({issue}`27573`)

## ClickHouse connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## Delta Lake connector

* Add `APPLICATION_DEFAULT` authentication type for GCS. ({issue}`26984`)
Expand All @@ -61,6 +66,21 @@
* Fix potential `FileAlreadyExistsException` failure when network failures occur during writes to S3. ({issue}`27330`, {issue}`27388`)
* Fix potential failure when reading [cloned tables](https://docs.databricks.com/aws/en/delta/clone). ({issue}`27098`)

## Druid connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## DuckDB connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## Exasol connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## Hive connector

* Add `APPLICATION_DEFAULT` authentication type for GCS. ({issue}`26984`)
Expand Down Expand Up @@ -96,31 +116,68 @@
* Fix potential failure when dropping a schema with `CASCADE` option. ({issue}`27361`)
* Ignore non-existent or corrupted base Iceberg tables when querying materialized views within the grace period. ({issue}`27606`)

## Ignite connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## Loki connector

* Fix failure when initializing the connector. ({issue}`27180`)

## MariaDB connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## Memory connector

* Add support for setting and dropping column defaults via `ALTER TABLE ... ALTER COLUMN`. ({issue}`26162`)
* Fix failure in `RENAME SCHEMA` when there is more than one table in the schema. ({issue}`27205`)

## MySQL connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)
* Fix incorrect results for queries involving `IS NOT DISTINCT FROM`. ({issue}`27213`)

## Oracle connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## PostgreSQL connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)
* Fix incorrect results for queries involving `IS NOT DISTINCT FROM`. ({issue}`27213`)

## Redshift connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)
* Fix failure when reading Redshift `character varying` type. ({issue}`27224`)

## SingleStore connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## Snowflake connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## SQL Server connector

* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)
* Fix potential failure when listing tables and columns. ({issue}`10846`)

## Vertica connector
* {{breaking}} Replace `join-pushdown.with-expressions` configuration property with `deprecated.join-pushdown.with-expressions`.
The new property will be removed in a future version. ({issue}`27498`)

## SPI

* Add non-callback based entry builder to RowBlockBuilder. ({issue}`27198`)
Expand Down