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] Return empty data #2649

Closed
shiyuhang0 opened this issue Mar 15, 2023 · 0 comments · Fixed by #2650
Closed

[BUG] Return empty data #2649

shiyuhang0 opened this issue Mar 15, 2023 · 0 comments · Fixed by #2650
Labels

Comments

@shiyuhang0
Copy link
Member

shiyuhang0 commented Mar 15, 2023

Describe the bug

What did you do
SQL

CREATE TABLE  `test`.`s4` (
`LISTID` int(5) NOT NULL,
`INST_NO` varchar(5) NOT NULL,
UNIQUE KEY `idx_listinst` (`LISTID`,`INST_NO`)
) 

insert into s4 values (1,'1')

TiSpark

spark.sql("select * from tidb_catalog.test.s4 where LISTID = 1").show()

return empty

TiSpark version : v3.1.2

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