-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[CALCITE-6754] Remove deprecated method calling in Driver #4112
base: main
Are you sure you want to change the base?
Conversation
Now calcite does not support the MINOR keyword. You can try to modify the commit message |
37b62b4
to
038f919
Compare
Thanks for your reminder. |
Just a comment, I think this PR is worth creating a jira |
Sure, I'll do it later this day. |
038f919
to
2aedece
Compare
@caicancai Hi, I've changed the commit info and filed a JIRA ticket, please take a look when you have time. |
Quality Gate passedIssues Measures |
} | ||
|
||
/** Returns a factory with which to create a {@link CalcitePrepare}. | ||
* | ||
* <p>Now deprecated; if you wish to use a custom prepare, overrides of this | ||
* method will still work, but we prefer that you call | ||
* <p>Now deprecated; if you wish to use a custom prepare, please call |
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.
Can't we override this method now?
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.
Yes, we can override createPrepare()
to achieve the same goal.
Since createPrepareFactory()
is deprecated, maybe we shouldn't call or override it any more.
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.
LGTM
No description provided.