matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.79k stars 277 forks source link

[Bug]: table with fulltext index ,delete from table where xxx failed #20188

Closed cpegeric closed 4 hours ago

cpegeric commented 2 days ago

What type of PR is this?

Which issue(s) this PR fixes:

issue #20149

What this PR does / why we need it:

bug fix. DeleteNodeInfo required pkPos and pkType (__mo_fake_pk_col, INT64) but doc_id column (INT) is given.