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
Such as, it's inappropriate to use Result::ok() to discard an error: https://github.com/datafuselabs/databend/blob/629ee7bab86bf74538814e794122e1fedbbeb288/src/query/service/src/interpreters/interpreter_table_drop.rs#L57-L68
Result::ok()
https://github.com/datafuselabs/databend/blob/629ee7bab86bf74538814e794122e1fedbbeb288/src/query/service/src/interpreters/interpreter_table_set_options.rs#L96
https://github.com/datafuselabs/databend/blob/629ee7bab86bf74538814e794122e1fedbbeb288/src/query/sql/src/planner/binder/table.rs#L244
resolve_data_source()
ctx.get_table()
The text was updated successfully, but these errors were encountered:
Address not available (os error 99)
No branches or pull requests
Such as, it's inappropriate to use
Result::ok()
to discard an error:https://github.com/datafuselabs/databend/blob/629ee7bab86bf74538814e794122e1fedbbeb288/src/query/service/src/interpreters/interpreter_table_drop.rs#L57-L68
https://github.com/datafuselabs/databend/blob/629ee7bab86bf74538814e794122e1fedbbeb288/src/query/service/src/interpreters/interpreter_table_set_options.rs#L96
https://github.com/datafuselabs/databend/blob/629ee7bab86bf74538814e794122e1fedbbeb288/src/query/sql/src/planner/binder/table.rs#L244
resolve_data_source()
. #14070ctx.get_table()
. #14071ctx.get_table()
. #14072The text was updated successfully, but these errors were encountered: