eyes_on_me

Results 16 issues of eyes_on_me
trafficstars

## Why I'm doing: When there are large chunks during the load process, the following error may be returned due to exceeding the size limit of protobuf. ![img_v3_02e4_eddde0ab-db20-4044-99a3-d6c6a82baf6g](https://github.com/user-attachments/assets/7fd8ec87-7611-4462-a992-7c96f686f139) NodeChannel currently...

3.3

## Why I'm doing: ## What I'm doing: introduced by #45768 In this pr, I add the missing slow/big query log back and provide a switch to turn off slow_query...

3.2
3.3

## Why I'm doing: ## What I'm doing: optimize the performance of `array_contains_all` and `array_contains_seq`, and reduce their implementation complexity from `O(m*n)` to `O(m+n)` basic idea 1. for array_contains_all, choose...

3.2
3.3

## Why I'm doing: This is the first part of #60015. We need a method to uniquely identify each row of data in order to implement delayed reading. ## What...

PROTO-REVIEW

## Background StarRocks provides relatively limited support for late materialization. Currently, only the Scan and HashJoinProbe operators implement some localized late materialization. In many scenarios, this can still result in...

type/enhancement

## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [x] Feature - [ ] Enhancement - [...

PROTO-REVIEW