lilinghai
lilinghai
**Describe the bug** Insert the value of string or number type to the column of blob type raise exception **What did you do** 1. execute in tidb CREATE TABLE t1(col1...
**Describe the bug** Insert multiple values into the column of bit type raise exception **What did you do** 1. execute in tidb create table t1(a bit(64)) 2. execute in tispark...
**Describe the bug** Select from tidb with the invalid date value raise exception **What did you do** 1. execute in tidb ``` create table tt(a date) set sql_mode='' insert into...
**Describe the bug** The rounding is not as expected when inserting a double number to the column of int type **What did you do** 1. execute in tidb create table...
**Describe the bug** The tispark can't use index number of enum type column to select **What did you do** 1. execute in tidb create table t(c enum("good","bad") insert into t...
**Describe the bug** When inserting a character that length is 3 such as `ࠄ` using tispark , the `binary` charset table will raise exception. But the `latin1` and `ascii` charset...
**Describe the bug** The value of time type column is not same as tidb **What did you do** 1. execute in tidb create table t1(id varchar(10),a time,index id(a)); insert into...
## Bug Report ### What version of TiKV are you using? TiKV Release Version: 8.0.0-alpha Edition: Community Git Commit Hash: 9b60505a84d550a6d34582b2d44d3066cff9f75e Git Commit Branch: heads/refs/tags/v8.0.0-alpha UTC Build Time: 2024-02-24 11:43:24...
## Bug Report ### What version of TiKV are you using? TiKV Release Version: 7.5.0-alpha Edition: Community Git Commit Hash: 88aaaa3e7b1e194d389fee6a9831f7491d7f9acd Git Commit Branch: heads/refs/tags/v7.5.0-alpha UTC Build Time: 2023-10-10 11:49:32...
## Bug Report ### What version of TiKV are you using? ### What operating system and CPU are you using? ### Steps to reproduce titan enable and reserve-space 100GB wide...