Open aytrack opened 7 months ago
There is no explicit conversion from bit to int, so the expression bit < int will just be lt(bit, int), and this works in tikv. Thus it seems the tikv in
function should support mixture of bit, int data types also.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
v8.1.0