-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Support loading of redis table description files by schedule #12123
Conversation
plugin/trino-redis/src/main/java/io/trino/plugin/redis/RedisConnectorConfig.java
Show resolved
Hide resolved
plugin/trino-redis/src/main/java/io/trino/plugin/redis/RedisMetadata.java
Outdated
Show resolved
Hide resolved
plugin/trino-redis/src/main/java/io/trino/plugin/redis/RedisConnectorConfig.java
Outdated
Show resolved
Hide resolved
60cd24e
to
a42dad0
Compare
hi @ebyhr, I fixed the conflict and resubmitted, could you please help me to merge this pr? Thank you very much! |
a42dad0
to
5033f33
Compare
hi @ebyhr, could you please help me to merge this pr? Thank you very much! |
Hi @ebyhr, I'm sorry to bother you, do I need to do something to perfect this pr? |
plugin/trino-redis/src/main/java/io/trino/plugin/redis/RedisConnectorConfig.java
Outdated
Show resolved
Hide resolved
plugin/trino-redis/src/main/java/io/trino/plugin/redis/RedisConnectorConfig.java
Outdated
Show resolved
Hide resolved
plugin/trino-redis/src/main/java/io/trino/plugin/redis/RedisConnectorConfig.java
Outdated
Show resolved
Hide resolved
5033f33
to
e05813c
Compare
e05813c
to
75ea4b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding commit message of "Support dynamic loading of redis table description files"
"dynamic loading" sounds detecting the changes without waiting time. Could you reword to "Support loading Redis table description files by schedule" or something?
a55a76b
to
82d35f9
Compare
82d35f9
to
970202d
Compare
Description
Support dynamic loading of redis table description files.
Related issues, pull requests, and links
Fixes #12240
Documentation
(x) Sufficient documentation is included in this PR.
Release notes