packy92

Results 6 issues of packy92

## Why I'm doing: fix #45072 https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_binary_resultset.html date/datetime binary resultset is malformed. ## What I'm doing: according to the standard to return the correct packet. Fixes #issue ## What type...

3.2
3.3

### Steps to reproduce the behavior (Required) 1. CREATE TABLE '...' 2. INSERT INTO '....' 3. SELECT '....' https://github.com/StarRocks/starrocks/pull/30419 The above pr support error reporting when decimal overflow by introducing...

type/bug

## Why I'm doing: Truncate operation didn't clear the stale column statistics. ## What I'm doing: - Move `GlobalStateMgr.getCurrentState().getAnalyzeMgr().dropPartition(partitionId);` into the drop partition interface to ensure the invoker would clear...

2.5
3.0
3.1
3.2
3.3

## Why I'm doing: Sample statistics collec job may only sample the rows in front of the tablet, which may lead to a wide margin of error in ndv. ##...

## Why I'm doing: When cast a low cardinality string column to array type, the rewrite process mistakenly put it in dictdefine column. Actualy, we don't support a array data...

3.3

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

title needs [type]
PROTO-REVIEW