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
DataHandler
OpenMLDB/hybridse/include/vm/catalog.h
Line 89 in 6f993f3
should be GetHandlerType.
GetHandlerType
To fix this, you need change the method name for both abstract class and inherit classes, like:
Line 170 in f836165
Line 232 in f836165
then update callee names elsewhere as well
The text was updated successfully, but these errors were encountered:
can set this as good first issue?
Sorry, something went wrong.
Can be, but need a bit more guide
style(#1874): resolve typo function name for data handler (#1878)
3bf78ae
aceforeverd
Successfully merging a pull request may close this issue.
OpenMLDB/hybridse/include/vm/catalog.h
Line 89 in 6f993f3
should be
GetHandlerType
.To fix this, you need change the method name for both abstract class and inherit classes, like:
OpenMLDB/hybridse/include/vm/catalog.h
Line 170 in f836165
OpenMLDB/hybridse/include/vm/catalog.h
Line 232 in f836165
then update callee names elsewhere as well
The text was updated successfully, but these errors were encountered: