Hangjie Mo

Results 31 issues of Hangjie Mo

### What problem does this PR solve? Issue Number: ref #45961 Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test...

needs-rebase
size/XXL
release-note-none

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql CREATE TABLE `t` ( `a` int NOT NULL, `b` varchar(255) DEFAULT...

type/bug
sig/sql-infra
severity/moderate
component/tablepartition

### What is changed, added or deleted? (Required) Deprecated static prune mode, ref https://github.com/pingcap/tidb/issues/56490 ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):**...

translation/doing
size/XS
do-not-merge/hold
v8.5

### What is changed, added or deleted? (Required) ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):** By default, **CHOOSE MASTER ONLY** so...

missing-translation-status
size/XS

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` CREATE TABLE t0(id int default 1, c0 NUMERIC UNSIGNED ZEROFILL ,...

type/bug
sig/sql-infra
severity/major
affects-7.1
affects-7.5
affects-8.1
affects-8.5
affects-9.0

### What problem does this PR solve? Issue Number: close #61726 Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...

sig/planner
size/M
release-note-none
approved
needs-1-more-lgtm

This reverts commit 3d1708f80cc5f792fac3ac014786b84b578dfc8b. ### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tidb/issues/61766 Problem Summary: Add telemetry related code back, it will print log to files. The code...

sig/planner
size/XXL
release-note-none

## Enhancement In version 7.5, we removed the telemetry-related code by https://github.com/pingcap/tidb/pull/51202. It's due to concerns that network transmission of usage data might cause confusion or misunderstanding for users. This...

type/enhancement

### What is changed and how it works? Issue Number: Close #18455 What's Changed: ```commit-message TiKV can't process UTF-16 surrogate pair before, this PR fix this problem. ``` ### Related...

contribution
size/M
release-note
needs-ok-to-test
dco-signoff: yes

## Bug Report ### What version of TiKV are you using? 8e3607e281704964bbf914b336a3ee97f8c42aae ### What operating system and CPU are you using? non related. ### Steps to reproduce As https://github.com/pingcap/tidb/pull/61109, add...

type/bug
severity/moderate