freshcrate
Skin:/
Home > Security > databend

databend

Data Agent Ready Warehouse : One for Analytics, Search, AI, Python Sandbox. — rebuilt from scratch. Unified architecture on your S3.

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

Data Agent Ready Warehouse : One for Analytics, Search, AI, Python Sandbox. — rebuilt from scratch. Unified architecture on your S3.

README

Databend

Enterprise Data Warehouse for AI Agents

Large-scale analytics, vector search, full-text search — with flexible agent orchestration and secure Python UDF sandboxes. Built for enterprise AI workloads.

â˜ī¸ Try Cloud â€ĸ 🚀 Quick Start â€ĸ 📖 Documentation â€ĸ đŸ’Ŧ Slack



CI Status Platformdatabend

💡 Why Databend?

Databend is an open-source enterprise data warehouse built in Rust.

Core capabilities: Analytics, vector search, full-text search, auto schema evolution — unified in one engine.

Agent-ready: Sandbox UDFs for agent logic, SQL for orchestration, transactions for reliability, branching for safe experimentation on production data.

📊 Core Engine
Analytics, vector search, full-text search, auto schema evolution, transactions.
🤖 Agent-Ready
Sandbox UDF + SQL orchestration. Build and run agents on your enterprise data.
đŸĸ Enterprise Scale
Elastic compute, cloud native. S3/Azure/GCS.
đŸŒŋ Branching
Git-like data versioning. Agents safely operate on production snapshots.

Databend Architecture

⚡ Quick Start

1. Cloud (Recommended)

Start for free on Databend Cloud — Production-ready in 60 seconds.

2. Local (Python)

Ideal for development and testing:

pip install databend
import databend
ctx = databend.SessionContext()
ctx.sql("SELECT 'Hello, Databend!'").show()

3. Docker

Run the full warehouse locally:

docker run -p 8000:8000 datafuselabs/databend

🤖 Agent-Ready Architecture

Databend's Sandbox UDF enables flexible agent orchestration with a three-layer architecture:

  • Control Plane: Resource scheduling, permission validation, sandbox lifecycle management
  • Execution Plane (Databend): SQL orchestration, issues requests via Arrow Flight
  • Compute Plane (Sandbox Workers): Isolated sandboxes running your agent logic
-- Define your agent logic
CREATE FUNCTION my_agent(input STRING) RETURNS STRING
LANGUAGE python HANDLER = 'run'
AS $$
def run(input):
    # Your agent logic: LLM calls, tool use, reasoning...
    return response
$$;

-- Orchestrate agents with SQL
SELECT my_agent(question) FROM tasks;

🚀 Use Cases

  • AI Agents: Sandbox UDF + SQL orchestration + branching for safe operations
  • Analytics & BI: Large-scale SQL analytics — Learn more
  • Search & RAG: Vector + full-text search — Learn more

🤝 Community & Support

Contributors are immortalized in the system.contributors table 🏆

📄 License

Apache 2.0 + Elastic 2.0 | Licensing FAQ


Enterprise warehouse, agent ready
🌐 Website â€ĸ đŸĻ Twitter

Release History

VersionChangesUrgencyDate
v1.2.899-nightly<!-- Release notes generated using configuration in .github/release.yml at 13604dea164f569c414124e2e476370d1209ea66 --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix(sql): support unsigned ASOF join keys by @sundy-li in https://github.com/databendlabs/databend/pull/19603 * fix(query): check kill signal during hash join build by @sundy-li in https://github.com/databendlabs/databend/pull/19733 * fix(query): truncate result cache sql in meta by @sundy-li in https://github.com/databendlabs/dataHigh4/21/2026
v1.2.869-patch-1<!-- Release notes generated using configuration in .github/release.yml at f6e00640c2e3dcc1ab34fb294e23810cc3add90f --> **Full Changelog**: https://github.com/databendlabs/databend/compare/v1.2.898-nightly...v1.2.869-patch-1High4/21/2026
v1.2.888-patch-4<!-- Release notes generated using configuration in .github/release.yml at 42be37bf533988670c47373197fac7b12f5b62e6 --> **Full Changelog**: https://github.com/databendlabs/databend/compare/v1.2.898-nightly...v1.2.888-patch-4High4/20/2026
v1.2.898-nightly<!-- Release notes generated using configuration in .github/release.yml at f7f1afcc41b0aac8f44a04b95359b3e797dec9c9 --> **Full Changelog**: https://github.com/databendlabs/databend/compare/v1.2.897-nightly...v1.2.898-nightlyHigh4/19/2026
v1.2.897-nightly<!-- Release notes generated using configuration in .github/release.yml at f7f1afcc41b0aac8f44a04b95359b3e797dec9c9 --> ## What's Changed ### Exciting New Features ✨ * feat(query): local block_id repartition before RowFetch in MERGE INTO by @dantengsky in https://github.com/databendlabs/databend/pull/19689 * feat(query): Support refresh Spatial index by @b41sh in https://github.com/databendlabs/databend/pull/19698 * feat(ast): introduce new ast visitor APIs and migrate AST rewrites by @foHigh4/19/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarHigh4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarHigh4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarHigh4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarHigh4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarMedium4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.881<!-- Release notes generated using configuration in .github/release.yml at ca29960f5cec21270ccd6b964ca02f0d2f33c899 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support create iceberg table with partition and properties by @TCeason in https://github.com/databendlabs/databend/pull/17812 * feat(query): support alter table/database refresh cache by @TCeason in https://github.com/databendlabs/databend/pull/17841 * feat(query): variant support extension types(Decimal, BinarLow4/17/2026
v1.2.896-nightly<!-- Release notes generated using configuration in .github/release.yml at c040ad50b59ce6f0415a543da711b0d71692a6a8 --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix(bendpy): detect python3 in release wheel builds by @sundy-li in https://github.com/databendlabs/databend/pull/19701 ### Others 📒 * chore: upgrade databend-meta stack to land rotbl 0.2.10 by @drmingdrmer in https://github.com/databendlabs/databend/pull/19703 * chore: bump databend-meta to v260312.7.0 by @drmingdrmer in https://Medium4/13/2026
v1.2.895-nightly<!-- Release notes generated using configuration in .github/release.yml at cc6f4e491e6f116777b3d761af650dbc71d079dc --> ## What's Changed ### Exciting New Features ✨ * feat(query): Support Geometry aggregate functions by @b41sh in https://github.com/databendlabs/databend/pull/19620 * feat: CSV/TEXT support encoding. by @youngsofun in https://github.com/databendlabs/databend/pull/19660 * feat: return formated geo values in arrow format result. by @youngsofun in https://github.com/databendlabs/daMedium4/11/2026
v1.2.894-nightly<!-- Release notes generated using configuration in .github/release.yml at 249f47a808c687007ba7f5b0f068feb48b9d982f --> ## What's Changed ### Exciting New Features ✨ * feat(storage): add fuse_tag table function to list snapshot tags by @zhyass in https://github.com/databendlabs/databend/pull/19664 ### Thoughtful Bug Fix 🔧 * fix: use spill depth partition bit in new final agg by @dqhl76 in https://github.com/databendlabs/databend/pull/19626 * fix(query): send Some(()) instead of None in runtimeMedium4/8/2026
v1.2.893-nightly<!-- Release notes generated using configuration in .github/release.yml at 91531057b1aa28f08ad686438b30093873794fa4 --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix(query): fix hang when union and limit by @zhang2014 in https://github.com/databendlabs/databend/pull/19665 **Full Changelog**: https://github.com/databendlabs/databend/compare/v1.2.892-nightly...v1.2.893-nightlyMedium4/7/2026
v1.2.892-nightly<!-- Release notes generated using configuration in .github/release.yml at 15a82a5fa7aca1791b57107cfa427abb9bef4a24 --> ## What's Changed ### Exciting New Features ✨ * feat: recursive cte support sudoku by @KKould in https://github.com/databendlabs/databend/pull/19599 * feat: add fast paths for substr and string column concat by @KKould in https://github.com/databendlabs/databend/pull/19628 * feat: add binary fuse32 bloom index option by @SkyFan2002 in https://github.com/databendlabs/databend/pMedium4/6/2026
v1.2.888-patch-3<!-- Release notes generated using configuration in .github/release.yml at e9ce960eee2701bb2e394eb41b46165a0ee48e6e --> **Full Changelog**: https://github.com/databendlabs/databend/compare/v1.2.891-nightly...v1.2.888-patch-3Medium3/31/2026
v1.2.891-nightly<!-- Release notes generated using configuration in .github/release.yml at 578811cb348bd2507abed2c7c94f106a8d3b14fe --> ## What's Changed ### Exciting New Features ✨ * feat(stage): add TEXT file format params by @youngsofun in https://github.com/databendlabs/databend/pull/19588 * feat(http): add server-side parameter binding to /v1/query by @cliftonc in https://github.com/databendlabs/databend/pull/19601 * feat: enable TCP_NODELAY on gRPC listener sockets by @drmingdrmer in https://github.com/dMedium3/29/2026
v1.2.890-nightly<!-- Release notes generated using configuration in .github/release.yml at 1739e56da88cd52125b4383d95924e8be5ff391c --> ## What's Changed ### Exciting New Features ✨ * feat: optimize small bloom index reads by @SkyFan2002 in https://github.com/databendlabs/databend/pull/19552 * feat(query): Runtime Filter support spatial index join by @b41sh in https://github.com/databendlabs/databend/pull/19530 * feat: better case handling for query stage. by @youngsofun in https://github.com/databendlabs/dataMedium3/23/2026
v1.2.889-nightly<!-- Release notes generated using configuration in .github/release.yml at 84e8b83558448869f89d220d11cd581b8c49ae44 --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix(query): avoid reinitializing nullable aggregate states during merge by @dqhl76 in https://github.com/databendlabs/databend/pull/19544 * fix(query): builtin function names should be case-insensitive regardless of unquoted_ident_case_sensitive by @TCeason in https://github.com/databendlabs/databend/pull/19537 * fix(http): skip S3Low3/15/2026
v1.2.888-nightly<!-- Release notes generated using configuration in .github/release.yml at 7226fa1f80df693fa07e3c4d036dd1e06bb1df54 --> ## What's Changed ### Exciting New Features ✨ * feat(perf): add per-plan hardware performance counters to EXPLAIN PERF by @dqhl76 in https://github.com/databendlabs/databend/pull/19493 * feat: support copy into lance dataset. by @youngsofun in https://github.com/databendlabs/databend/pull/19495 * feat(query): Add spatial statistics to BlockMeta for geospatial range pruning by Low3/12/2026
v1.2.887-nightly<!-- Release notes generated using configuration in .github/release.yml at 107e2a13270055253a8755a1ac6655501b8c108b --> ## What's Changed ### Exciting New Features ✨ * feat(query): batch rank-limit sort with DataBlockVec and fix single-key LimitRank by @forsaken628 in https://github.com/databendlabs/databend/pull/19510 ### Thoughtful Bug Fix 🔧 * fix: isolate recursive CTE internal table names per source by @KKould in https://github.com/databendlabs/databend/pull/19504 * fix(query): prune runtiLow3/8/2026
v1.2.886-nightly<!-- Release notes generated using configuration in .github/release.yml at fdb7c2fa4a9e889987f4ed8b2fe8a9333b8013a2 --> ## What's Changed ### Exciting New Features ✨ * feat: support TSV FIELD_DELIMITER = '' for line-as-string loading by @KKould in https://github.com/databendlabs/databend/pull/19492 ### Thoughtful Bug Fix 🔧 * fix(query): short-circuit runtime filter merge on threshold by @SkyFan2002 in https://github.com/databendlabs/databend/pull/19509 * fix: enable runtime filter for left semLow3/5/2026
v1.2.885-nightly<!-- Release notes generated using configuration in .github/release.yml at 010c7a6d416c155061973b0d6bc716a4e57f97ea --> ## What's Changed ### Exciting New Features ✨ * feat(query): Support `st_hilbert` function by @b41sh in https://github.com/databendlabs/databend/pull/19500 * feat(query): Implement Spatial Index with R-Tree by @b41sh in https://github.com/databendlabs/databend/pull/19411 * feat: infer_schema() support TSV by @KKould in https://github.com/databendlabs/databend/pull/19452 * featLow3/4/2026
v1.2.884-nightly<!-- Release notes generated using configuration in .github/release.yml at 153a6ca14f283d6efe30e33736393e7283bb9f26 --> ## What's Changed ### Exciting New Features ✨ * feat(query): support USER/ROLE/STREAM object tagging and references by @TCeason in https://github.com/databendlabs/databend/pull/19484 * feat(query): restore prefetch for spilled sort blocks by @forsaken628 in https://github.com/databendlabs/databend/pull/19409 * feat(meta): add config setting to gate meta value compression by @dLow3/1/2026
v1.2.883-nightly<!-- Release notes generated using configuration in .github/release.yml at c0d5d7d73e4adf022b862ee00bc40e04588e1fdb --> ## What's Changed ### Exciting New Features ✨ * feat(meta): transparent zstd compression and typed serialization for meta KV values by @drmingdrmer in https://github.com/databendlabs/databend/pull/19465 * feat(query): extend tag support to view, udf, and procedure objects by @TCeason in https://github.com/databendlabs/databend/pull/19447 * feat: add default_warehouse optLow2/27/2026
v1.2.882-nightly<!-- Release notes generated using configuration in .github/release.yml at 21cff19c8bb42859791053b6768a8ecd2163c8f4 --> ## What's Changed ### Exciting New Features ✨ * feat: add async function read_file. by @youngsofun in https://github.com/databendlabs/databend/pull/19426 * feat(query): add privilege check for system.procedures table by @TCeason in https://github.com/databendlabs/databend/pull/19406 * feat: add --decode-values flag to metactl dump-raft-log-wal by @drmingdrmer in https://githubLow2/15/2026
v1.2.881-nightly<!-- Release notes generated using configuration in .github/release.yml at 1cc88fbd2dd02cfe4760dfa94129fad6626ee42c --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix(query): data lost in new hash join caused by spill by @dqhl76 in https://github.com/databendlabs/databend/pull/19415 ### Code Refactor 🎉 * refactor(management): simplify UserApi using upsert_pb/get_pb patterns by @TCeason in https://github.com/databendlabs/databend/pull/19413 **Full Changelog**: https://github.com/dLow2/9/2026
v1.2.880-nightly<!-- Release notes generated using configuration in .github/release.yml at 081742daa32261218159bebcbfc54f378af475d1 --> ## What's Changed ### Exciting New Features ✨ * feat: add query-meta version compatibility documentation by @drmingdrmer in https://github.com/databendlabs/databend/pull/19421 * feat(query): expression evaluator initially support the computation of column statistics by @forsaken628 in https://github.com/databendlabs/databend/pull/19368 ### Thoughtful Bug Fix 🔧 * fix(mysql): aLow2/8/2026
v1.2.879-nightly<!-- Release notes generated using configuration in .github/release.yml at ae894f0aba7c694874a8abd20a1943a0a74c37aa --> ## What's Changed ### Exciting New Features ✨ * feat(query): add procedure admin APIs by @everpcpc in https://github.com/databendlabs/databend/pull/19396 * feat: CSV/TSV encode tuple/map/array as JSON. by @youngsofun in https://github.com/databendlabs/databend/pull/19393 ### Thoughtful Bug Fix 🔧 * fix(query): fix lost data in new join spill by @zhang2014 in https://github.comLow2/5/2026
v1.2.878-nightly<!-- Release notes generated using configuration in .github/release.yml at 83b0b20eb8e0b08a520b1096835be97efa7e158d --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix(mysql): set UNSIGNED_FLAG for unsigned integer columns by @TCeason in https://github.com/databendlabs/databend/pull/19400 * fix: upgrade raft-log: use pread to prevent race condition in concurrent chunk reads by @drmingdrmer in https://github.com/databendlabs/databend/pull/19401 **Full Changelog**: https://github.com/databendLow2/4/2026
v1.2.877-nightly<!-- Release notes generated using configuration in .github/release.yml at 6931dbf4983d236277ffdf135a3e1855fd3a4a57 --> ## What's Changed ### Code Refactor 🎉 * refactor: unify gRPC message size into single config value by @drmingdrmer in https://github.com/databendlabs/databend/pull/19397 **Full Changelog**: https://github.com/databendlabs/databend/compare/v1.2.876-nightly...v1.2.877-nightlyLow2/4/2026
v1.2.876-nightly<!-- Release notes generated using configuration in .github/release.yml at 3fdfa426df03d202c9136008ed93c6a85b123d7e --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix: on_error_mode not work in transform. by @youngsofun in https://github.com/databendlabs/databend/pull/19387 * fix: empty database name by @SkyFan2002 in https://github.com/databendlabs/databend/pull/19389 **Full Changelog**: https://github.com/databendlabs/databend/compare/v1.2.875-nightly...v1.2.876-nightlyLow2/3/2026
v1.2.875-nightly<!-- Release notes generated using configuration in .github/release.yml at c23ea0a1bb38b0f0b5496bad0c10f86295750125 --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix: fix and polish format settings. by @youngsofun in https://github.com/databendlabs/databend/pull/19373 ### Code Refactor 🎉 * refactor(query): Refactor virtual columns storage & read planning by @b41sh in https://github.com/databendlabs/databend/pull/19284 * refactor(query): enable experimental new join by default by @zhang201Low2/3/2026
v1.2.874-nightly<!-- Release notes generated using configuration in .github/release.yml at 71cc77d48d0c7c66456932f5aef0ec1af3a8023e --> ## What's Changed ### Exciting New Features ✨ * feat: support independent schema for table branches by @zhyass in https://github.com/databendlabs/databend/pull/19269 * feat: preliminary support for common subexpression elimination by @SkyFan2002 in https://github.com/databendlabs/databend/pull/19351 * feat: CSV support multi-bytes field delimiter. by @youngsofun in https://gitLow2/1/2026
v1.2.873-nightly<!-- Release notes generated using configuration in .github/release.yml at 1b0d29338550aaa4460a3376bc1dba0d1db0a9cc --> ## What's Changed ### Code Refactor 🎉 * refactor: decouple meta-service from databend-common-base runtime by @drmingdrmer in https://github.com/databendlabs/databend/pull/19319 * refactor: remove `MetaStorageError` and delete `stoerr` crate by @drmingdrmer in https://github.com/databendlabs/databend/pull/19322 * refactor: use `DatabendRuntime::spawn` in meta binaries by @drmiLow1/25/2026
v1.2.872-nightly<!-- Release notes generated using configuration in .github/release.yml at 1951fc8a0d34c24b9cb5146f3ec51872829d78f1 --> ## What's Changed ### Exciting New Features ✨ * feat(query): add nested loop join for new experimental hash join by @forsaken628 in https://github.com/databendlabs/databend/pull/18961 * feat: support prewhere for fuse parquet by @SkyFan2002 in https://github.com/databendlabs/databend/pull/19209 * feat(query): Support CREATE/DROP SPATIAL INDEX (Geometry/Geography types) by @b41Low1/23/2026
v1.2.871-nightly<!-- Release notes generated using configuration in .github/release.yml at a29733a697ebc1ef29cee72adbe67193ea00f4f2 --> ## What's Changed ### Exciting New Features ✨ * feat: add table function for inspecting Parquet pages by @SkyFan2002 in https://github.com/databendlabs/databend/pull/19278 * feat: introducing DataBlockVec to optimize multiple data block take by @forsaken628 in https://github.com/databendlabs/databend/pull/19249 * feat: eliminate constant subquery by @KKould in https://github.cLow1/21/2026
v1.2.870-nightly<!-- Release notes generated using configuration in .github/release.yml at 63568f8eff6946fbaa91e2cb629f19e2d40fef26 --> ## What's Changed ### Exciting New Features ✨ * feat: table branch support insert by @zhyass in https://github.com/databendlabs/databend/pull/19225 * feat: adjust columns of `system.stages` and `show stages` by @youngsofun in https://github.com/databendlabs/databend/pull/19257 ### Thoughtful Bug Fix 🔧 * fix: out of bound on recursive cte & coercion_types left right notLow1/18/2026
v1.2.869-nightly<!-- Release notes generated using configuration in .github/release.yml at fd2e843129f328cb900ea1aa1fd117c989562dbb --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix: roll back h2 upgrade and ineffective reset workarounds by @bohutang in https://github.com/databendlabs/databend/pull/19264 ### Code Refactor 🎉 * refactor: support row/bucket shuffle for aggregation by @dqhl76 in https://github.com/databendlabs/databend/pull/19155 **Full Changelog**: https://github.com/databendlabs/databend/Low1/15/2026
v1.2.868-nightly<!-- Release notes generated using configuration in .github/release.yml at 1910dec4542d663572fa70b51f43649593d37602 --> ## What's Changed ### Exciting New Features ✨ * feat: add configurable connection TTL for meta client by @bohutang in https://github.com/databendlabs/databend/pull/19259 ### Thoughtful Bug Fix 🔧 * fix: stream diff SQL alias generation for quoted columns by @zhyass in https://github.com/databendlabs/databend/pull/19258 ### Code Refactor 🎉 * refactor(meta): remove unusLow1/15/2026
v1.2.867-nightly<!-- Release notes generated using configuration in .github/release.yml at 84f7338b26200ae2da96a14acd16545aeca715dd --> ## What's Changed ### Exciting New Features ✨ * feat(iceberg): bump iceberg-rust to v0.8.0 and add write support by @sundy-li in https://github.com/databendlabs/databend/pull/19200 * feat(query): support tag_reference table function by @TCeason in https://github.com/databendlabs/databend/pull/19221 * feat(meta): add `KvList` gRPC API for listing keys by prefix by @drmingLow1/14/2026
v1.2.866-nightly<!-- Release notes generated using configuration in .github/release.yml at 69d31622fe93f97b638b23f1ee5aad224b2dc133 --> ## What's Changed ### Exciting New Features ✨ * feat: support variant cast to timestamp_tz by @KKould in https://github.com/databendlabs/databend/pull/19190 * feat: initial support for table branching and tagging by @zhyass in https://github.com/databendlabs/databend/pull/19035 * feat: to_decimal support more types by @KKould in https://github.com/databendlabs/databend/pull/19Low1/14/2026
v1.2.865-nightly<!-- Release notes generated using configuration in .github/release.yml at cc3d1e657cc8731c976d90764589eb9c748dbca9 --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix: avoid committing new snapshot if table not changed by @dantengsky in https://github.com/databendlabs/databend/pull/19174 ### Others 📒 * chore: fix misleading comment about CTAS and `allow_append_only_skip` by @dantengsky in https://github.com/databendlabs/databend/pull/19189 **Full Changelog**: https://github.com/databendlaLow1/4/2026
v1.2.864-nightly<!-- Release notes generated using configuration in .github/release.yml at b7695070e78f4a9bbb9c9af5ffdb89b1357ad409 --> ## What's Changed ### Thoughtful Bug Fix 🔧 * fix(query): enable role-based S3 credential chain by @everpcpc in https://github.com/databendlabs/databend/pull/19188 **Full Changelog**: https://github.com/databendlabs/databend/compare/v1.2.863-nightly...v1.2.864-nightlyLow1/4/2026
v1.2.863-nightly<!-- Release notes generated using configuration in .github/release.yml at 10c5ba62bc0a98165f9ec4af336504b39f9b5039 --> ## What's Changed ### Exciting New Features ✨ * feat: allow retry with the same query id when starting query. by @youngsofun in https://github.com/databendlabs/databend/pull/19184 * feat: add tag DDL support (CREATE/DROP/SHOW only) by @TCeason in https://github.com/databendlabs/databend/pull/19109 * feat(function): high performance bitmap_count,bitmap_intersect without deseriaLow1/3/2026
v1.2.862-nightly<!-- Release notes generated using configuration in .github/release.yml at 14d9c32ffea02cd6ccc47798fabe452fb2730bb9 --> ## What's Changed ### Exciting New Features ✨ * feat: clustering_statistics support specify snapshot by @zhyass in https://github.com/databendlabs/databend/pull/19148 * feat(query): Enhanced Inverted Index for VARIANT Type to precise matching Object within Arrays by @b41sh in https://github.com/databendlabs/databend/pull/19096 ### Thoughtful Bug Fix 🔧 * fix: allow credential Low12/28/2025
v1.2.861-nightly<!-- Release notes generated using configuration in .github/release.yml at ebcad91cf6ed49ecd364972205bbe9d81495d4c4 --> ## What's Changed ### Exciting New Features ✨ * feat(storage): organize storage credential configs for security by @BohuTANG in https://github.com/databendlabs/databend/pull/19147 ### Thoughtful Bug Fix 🔧 * fix(query): fix fragment not found in warehouse level table by @zhang2014 in https://github.com/databendlabs/databend/pull/19152 * fix: recluster final infinite looLow12/25/2025
v1.2.860-nightly<!-- Release notes generated using configuration in .github/release.yml at a3fb83aacabec0cc569e8b34750edfd80da2aa26 --> ## What's Changed ### Exciting New Features ✨ * feat: enhance table function fuse_encoding by @dantengsky in https://github.com/databendlabs/databend/pull/19127 * feat(query): support flight keepalive settings by @zhang2014 in https://github.com/databendlabs/databend/pull/19141 ### Thoughtful Bug Fix 🔧 * fix: where comparing old and new bitmap versions occurred when directly Low12/24/2025
v1.2.859-nightly<!-- Release notes generated using configuration in .github/release.yml at aeaf43d9224b340c2e1349a1076de2b8215bdfe3 --> ## What's Changed ### Others 📒 * chore(query): add aarch64 profile with optimization level 3 by @dantengsky in https://github.com/databendlabs/databend/pull/19105 **Full Changelog**: https://github.com/databendlabs/databend/compare/v1.2.858-nightly...v1.2.859-nightlyLow12/22/2025
v1.2.858-nightly<!-- Release notes generated using configuration in .github/release.yml at 90cac601f71a992e322c4154dfac7d39f7408a38 --> ## What's Changed ### Exciting New Features ✨ * feat(query): Inverted Index and Vector Index support hybrid cache by @b41sh in https://github.com/databendlabs/databend/pull/19124 ### Thoughtful Bug Fix 🔧 * fix: change history tables' clean operations timing check and update mechanism by @dqhl76 in https://github.com/databendlabs/databend/pull/19095 * fix(query): update opendaLow12/22/2025
v1.2.857-nightly<!-- Release notes generated using configuration in .github/release.yml at 54e556c983deef8d1ddef90bb104570e2b925bf7 --> ## What's Changed ### Exciting New Features ✨ * feat(query): tighten procedure overload resolution by @TCeason in https://github.com/databendlabs/databend/pull/19084 * feat: basic support of schema evolution in copy for parquet by @youngsofun in https://github.com/databendlabs/databend/pull/19094 * feat: extend join condition dedup to anti/semi joins by @SkyFan2002 in https://Low12/14/2025
v1.2.856-nightly<!-- Release notes generated using configuration in .github/release.yml at aab4064f6de898ba524547d760f9fbe4a85e421e --> ## What's Changed ### Exciting New Features ✨ * feat: add explicit FLUSH PRIVILEGES to refresh role cache for query node by @camilesing in https://github.com/databendlabs/databend/pull/19066 * feat: heuristic rule for fuse parquet dictionary page by @dantengsky in https://github.com/databendlabs/databend/pull/19024 * feat: spill profile metrics by @BohuTANG in https://github.cLow12/10/2025
v1.2.855-nightly<!-- Release notes generated using configuration in .github/release.yml at 7a7096ae70954fea0b247116cf8a797ccd737e2a --> ## What's Changed ### Exciting New Features ✨ * feat: perf small_union and small_symmetric_difference by @KKould in https://github.com/databendlabs/databend/pull/19069 ### Thoughtful Bug Fix 🔧 * fix: http handler cut block to pages using memory size after gc. by @youngsofun in https://github.com/databendlabs/databend/pull/19071 * fix: query error when stream_consume_batch_sizLow12/9/2025
v1.2.854-nightly<!-- Release notes generated using configuration in .github/release.yml at 6fbb28e27f97ac481165d339668e689c34bbd953 --> ## What's Changed ### Exciting New Features ✨ * feat(query): row access policy support rbac by @TCeason in https://github.com/databendlabs/databend/pull/19064 * feat(query): add THROW support to SQL procedures by @TCeason in https://github.com/databendlabs/databend/pull/19067 ### Build/Testing/CI Infra Changes 🔌 * ci: fix missing token for publish dbg by @everpcpc in https://Low12/7/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

meilisearchA lightning-fast search engine API bringing AI-powered hybrid search to your sites and applications.v1.50.0
coordinodeThe graph-native hybrid retrieval engine for AI and GraphRAG. Graph + Vector + Full-Text in a single transactional engine.v0.4.3
AIMAXXINGYour Very Own Agent: The Ultimate, Complete Editionmain@2026-07-24
mcp-toolboxMCP Toolbox for Databases is an open source MCP server for databases.v1.7.0
pixeltableData Infrastructure providing a declarative, incremental approach for multimodal AI workloads.v0.6.7

More in Security

runtmOpen-source sandboxes where coding agents build and deploy. Spin up isolated environments where Claude Code, Cursor, and other agents code and deploy software.
clineAutonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
OpenSandboxSecure, Fast, and Extensible Sandbox runtime for AI agents.
django-oauth-toolkitOAuth2 Provider for Django