Skip to content

Tags: databendlabs/databend

Tags

v1.2.691-nightly

Toggle v1.2.691-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(query): fix hash join hang (#17389)

* chore(query): fix hash join hang

* chore(test): add sqllogictest

v1.2.690-nightly

Toggle v1.2.690-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(query): support timestamp diff return interval type (#17381)

timestamp_diff(TIMESTAMP, TIMESTAMP) -> INTERVAL

v1.2.689-nightly

Toggle v1.2.689-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(ci): fix pack binaries in release (#17335)

v1.2.688-nightly

Toggle v1.2.688-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(ci): fix release bump version (#17277)

v1.2.680-p3

Toggle v1.2.680-p3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(query): backport hash table scatter will always send agg meta (#1…

…7267)

* fix(query): hash table scatter will always send agg meta (#17245)

* fix(query): hash table scatter will always send agg meta

* fix(query): hash table scatter will always send agg meta

* fix(query): z

* fix(query): z

* update

* update

* update

* z

* z

* z

* z

* z

* z

* z

* fix(query): increase state_rows in copy agg state rows (#17252)

* fix(query): increase state_rows in copy agg state rows

* fix(query): increase state_rows in copy agg state rows

* fix(query): increase state_rows in copy agg state rows

* Revert "fix(query): increase state_rows in copy agg state rows (#17252)"

This reverts commit 7af80b1.

v1.2.687-nightly

Toggle v1.2.687-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(ci): fix release find last tag (#17226)

v1.2.680-p2

Toggle v1.2.680-p2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(backport): improve histogram cardinality estimation (#17200) (#…

…17210)

chore(planner): improve histogram cardinality estimation (#17200)

* chore(planner): improve histogram cardinality estimation

* chore(test): update sqllogictest

* chore(test): add sqllogictest

* chore(test): update sqllogictest

* chore(test): add fuzz test

* chore(test): add physical plan info

* chore(test): update fuzz test

* chore(test): refine test

Co-authored-by: everpcpc <everpcpc@users.noreply.github.com>

v1.2.686-nightly

Toggle v1.2.686-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix flaky datetime test (#17188)

v1.2.680-p1

Toggle v1.2.680-p1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(binder): fix bind cte (#17187)

* chore(binder): fix bind cte (#17183)

* fix(ci): flaky test (#17149)

---------

Co-authored-by: Jk Xu <54522439+Dousir9@users.noreply.github.com>
Co-authored-by: zhya <mytesla@live.com>

v1.2.685-nightly

Toggle v1.2.685-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: check schema for small parquet file too. (#17175)