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

### Steps to reproduce the behavior (Required) When I use streamLoad to import a table with a particularly large number of columns(such as 128+ columns), return error is "com.starrocks.http.UnauthorizedException: Need...

type/bug

## What type of PR is this: - [x] enhancement ## Which issues of this PR fixes : Fixes #7950

## Enhancement In version 2.3, the `show grants` command can't display authentication information anymore. We need another way to check those information.

type/enhancement

This is an automatic backport of pull request #9555 done by [Mergify](https://mergify.com). Cherry-pick of 057ab87329b954bc75a30cac0aff66839b412897 has failed: ``` On branch mergify/bp/branch-2.4/pr-9555 Your branch is up to date with 'origin/branch-2.4'. You...

conflicts
automerge

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

## What type of PR is this: - [ ] bug - [ ] feature - [x] enhancement - [ ] refactor - [ ] others 1. Enable filter_unused_columns in...

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

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

### Steps to reproduce the behavior (Required) when we use jdbc link such as mysql -uuser -ppassword -P9030 -hhost -Dhive_catalog0.db,then create function as ``` mysql> CREATE FUNCTION MY_TEST_FUNC(string) -> RETURNS...

type/bug

按照官方文档在SR创建了hive外部表,使用keytab文件认证,能正常访问,有个问题,生产环境中都有权限控制问题,使用kinit -kt命令只能注册一个keytab文件和一个主体,那如何精准控制权限呢? 还有如果hive表是从两个或多个不同的kerberos认证的集群里来的,建立外部表的时候该如何操作? 谢谢!

type/question
no-issue-activity