docs: changelog entries for PRs merged since v0.10.0#555
Merged
Conversation
Document under [Unreleased]: - Added: top-N pushdown (ClickHouse#543), configurable query timeout (ClickHouse#542) - Fixed: use_time_zone option (ClickHouse#548), nested VariantType via Arrow (ClickHouse#541), filter-expr quoting (ClickHouse#538), useNullableQuerySchema moved to catalog (ClickHouse#516) Also fix the [Unreleased] compare link (v0.10.0...HEAD) and add the missing [0.10.0] tag link.
BentsiLeviav
approved these changes
Jun 22, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document under [Unreleased]:
Also fix the [Unreleased] compare link (v0.10.0...HEAD) and add the missing [0.10.0] tag link.
Note
Low Risk
Documentation-only changelog edits with no runtime or build behavior changes.
Overview
Updates CHANGELOG.md so post–v0.10.0 work is listed under a proper
[Unreleased]section instead of sitting under the old 0.10.0 header.Added entries cover top-N read pushdown (
SupportsPushDownTopN,spark.clickhouse.read.pushdown.topN) and configurable client query timeout (spark.clickhouse.client.queryTimeout). Fixed entries coveruse_time_zoneas catalog timezone fallback, nestedVariantTypewrites via Arrow, filter quoting for special column names, and movinguseNullableQuerySchematoClickHouseCatalog.The duplicate bottom
[Unreleased]block (old filter-quote note) is removed, the compare link is corrected tov0.10.0...HEAD, and a[0.10.0]release tag link is added.Reviewed by Cursor Bugbot for commit cc5199c. Bugbot is set up for automated code reviews on this repo. Configure here.