Results 14 issues of wyb

## Why I'm doing: ## What I'm doing: Kafka broker is down ``` mysql> show routine load\G *************************** 1. row *************************** Id: 106275 Name: label0 CreateTime: 2024-02-21 15:52:17 PauseTime: 2024-02-21...

## Why I'm doing: ASAN BE crashes on checksum task because `ObjectColumn::xor_checksum` is not supported. ## What I'm doing: checksum task ignores the column which type does not support checksum...

3.3

## Why I'm doing: t1 has 3 columns. ``` mysql> insert into t1 values (1,1,1,1); ERROR 1064 (HY000): Getting analyzing error. Detail message: Column count doesn't match value count. mysql>...

3.1
behavior_changed
3.2
3.3

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

3.3

## Why I'm doing: ``` mysql> show routine load from kafka_test\G *************************** 1. row *************************** Id: 282486 Name: label0 CreateTime: 2024-05-11 15:26:20 PauseTime: 2024-05-11 15:27:15 EndTime: NULL DbName: kafka_test TableName:...

3.1
behavior_changed
3.2
3.3

## Why I'm doing: ``` CREATE TABLE `t3` ( `k1` bigint NOT NULL, `k2` bigint NOT NULL, `k3` bigint NOT NULL ) insert into t3 values (null, null, null); mysql>...

3.1
3.2
3.3

## Why I'm doing: `select from files` needs file schema to generate sql from ast. If BE is down, the schema will be null, and an exception will be thrown...

3.2
3.3

## Why I'm doing: kafka server uses `sasl_ssl` but create routine load job with `security.protocol = sasl_plaintext` ``` ErrorReason{errCode = 4, msg='Job failed to fetch all current partition with error...

3.1
behavior_changed
3.2
3.3

## Why I'm doing: ## What I'm doing: files() support credential desensitization in query profile `Sql Statement` Fixes #46893 ## What type of PR is this: - [ ] BugFix...

behavior_changed
3.2
3.3

## Why I'm doing: `files() schema` infer is not strict. for example, `integer` in csv will be inferred to `bigint` type. when the target table column is `tinyint`, the data...

behavior_changed