We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
What did you do
SQL
TiSpark
spark.sql("select * from tidb_catalog.test.s4 where LISTID = 1").show()
return empty
TiSpark version : v3.1.2
The text was updated successfully, but these errors were encountered: