You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create table range_column_test (id varchar(10)) partition by RANGE COLUMNS(`id`) (PARTITION `p1` VALUES LESS THAN ('CN001'),PARTITION `p2` VALUES LESS THAN ('CN002'))
use tispark to read
select * from range_column_test where id = 'CN001'
error occurs
Spark and TiSpark version info
TiSpark : <= v3.2.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Read from range column partition table error.
What did you do
Spark and TiSpark version info
TiSpark : <= v3.2.0
The text was updated successfully, but these errors were encountered: