starrocks icon indicating copy to clipboard operation
starrocks copied to clipboard

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries....

Results 769 starrocks issues
Sort by recently updated
recently updated
newest added

## What type of PR is this: - [ ] bug - [ ] feature - [x] enhancement - [ ] refactor - [ ] others ## Which issues of...

Approved

## What type of PR is this: - [ ] bug - [ ] feature - [x] enhancement - [ ] refactor - [ ] others ## Problem Summary(Required) :...

## What type of PR is this: - [x] bug - [ ] feature - [ ] enhancement - [ ] refactor - [ ] others ## Which issues of...

Approved

This is the backport of https://github.com/StarRocks/starrocks/pull/9591 to branch-2.4.

automerge

## What type of PR is this: - [ ] bug - [ ] feature - [x] enhancement - [ ] refactor - [ ] others ## Which issues of...

## What type of PR is this: - [x] bug - [ ] feature - [ ] enhancement - [ ] refactor - [ ] others ## Which issues of...

## What type of PR is this: - [ ] bug - [ ] feature - [x] enhancement - [ ] refactor - [ ] others ## Which issues of...

### Steps to reproduce the behavior (Required) ``` CREATE TABLE `t2` ( `k1` date, `k2` int, `k3` int ) ENGINE=OLAP DUPLICATE KEY(`k1`) COMMENT "OLAP" DISTRIBUTED BY HASH(`k1`) BUCKETS 3; INSERT...

type/bug

## What type of PR is this: - [ ] bug - [x] feature - [ ] enhancement - [ ] refactor - [ ] others ## Which issues of...

### Steps to reproduce the behavior (Required) ``` DROP DATABASE IF EXISTS h8; CREATE DATABASE h8; USE h8; admin set frontend config ("enable_decimal_v3" = "true"); CREATE TABLE t0 (c_0_0 BOOLEAN...

type/bug
sqlancer