Skip to content

Tags: silverbullet233/starrocks

Tags

2.0.0-rc02

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add mem check in fetch partition data (StarRocks#2385) (StarRocks#2387)

1.19.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade log4j2 to 2.17.0 (StarRocks#2284) (StarRocks#2290)

2.0.0-rc01

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
check mem usage before start compaction task (StarRocks#2055) (StarRo…

…cks#2068)

1.19.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Support cast varchar to bitmap (StarRocks#1941)" (StarRocks#1960

)

This reverts commit 8813710.

1.19.4_meituan

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support cast varchar to bitmap (StarRocks#1941)

1.19.3_meituan

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support cast varchar to HLL (StarRocks#1920)

1.19.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix count decimal Literal BE core 2 (StarRocks#1699)

1.19.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix push limit when join has predicate (StarRocks#1427) (StarRocks#1435)

1.19.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix create view over index bug (StarRocks#1001)

1.19.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug of meta incompatibility between starrocks-1.18 and starrocks-…

…1.19 (StarRocks#823) (StarRocks#835)

Before starrocks-1.19, the meta key stored in json is dorisDBVersion. In the starrocks-1.19, the meta key changed to starrocksVersion. The upgrading is not compatible between starrocks-1.18 and starrocks-1.19. As a result, the upgrading will be crash. In this pull request, I change the logic. By double reading meta according to the two meta key, it can guarantee the meta can be read rightly in any case.