Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Read from range column partition table error #2638

Closed
shiyuhang0 opened this issue Mar 6, 2023 · 0 comments · Fixed by #2639
Closed

[BUG] Read from range column partition table error #2638

shiyuhang0 opened this issue Mar 6, 2023 · 0 comments · Fixed by #2639
Labels

Comments

@shiyuhang0
Copy link
Member

Describe the bug

Read from range column partition table error.

What did you do

  1. DDL
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'))
  1. use tispark to read
select * from range_column_test where id = 'CN001'
  1. error occurs

image

Spark and TiSpark version info
TiSpark : <= v3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant