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

The redis connector cannot query the redis key in uppercase #13048

Closed
polaris6 opened this issue Jun 30, 2022 · 1 comment
Closed

The redis connector cannot query the redis key in uppercase #13048

polaris6 opened this issue Jun 30, 2022 · 1 comment

Comments

@polaris6
Copy link
Member

polaris6 commented Jun 30, 2022

For example, the Redis key is string type, like this: schema:TABLE:key_value.

We cannot query the data corresponding to this Redis key through Trino sql, the result is empty:

SELECT * FROM redis_catalog.schema.TABLE LIMIT 10;
@ebyhr
Copy link
Member

ebyhr commented Jun 30, 2022

Closing as duplicate of #3999

@ebyhr ebyhr closed this as completed Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants