heni02
heni02
confirm,closed commit id:93ca8a381ad2532e34cc83a935916e70cc9aef4d 
@Ariznawlll test done,pr merged
confirm,closed commit:35cb5aa0385310aadaa3177a8c4b843b482783b7 mysql> select * from vector_index_07 order by L2_DISTANCE(b, "abc") ASC LIMIT 2; ERROR 20101 (HY000): internal error: malformed vector input: abc
@ck89119 现在回归没有该问题了,超时问题加一些日志?下次复现可以直接定位 https://github.com/matrixorigin/mo-nightly-regression/actions/runs/8347491353
confirm,closed commit:47b7ee82f41fa63573e8025bc947e9d7c479129b job:https://github.com/matrixorigin/mo-nightly-regression/actions/runs/8524292804/job/23348752769
confirm,closed commit:35cb5aa0385310aadaa3177a8c4b843b482783b7
@LeftHandCold 辛苦将定位信息贴一下
commit:2f78a09cad1ca447c938ccd7e0b4c6e9764e3729 the above has been resolved But the error also occurs in the following situations: mysql> create table vector_index_09(a int primary key, b vecf32(128),c int,key c_k(c)); Query OK, 0 rows...
confirm,closed commit:35cb5aa0385310aadaa3177a8c4b843b482783b7 mysql> create table vector_index_09(a int primary key, b vecf32(128),c int,key c_k(c)); Query OK, 0 rows affected (0.03 sec) mysql> insert into vector_index_09 values(9774 ,NULL,3),(9775,NULL,10); Query OK, 2 rows...