mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-21 07:20:41 +00:00
ci: upgrade spell checker to 1.13.10 (#1045)
* ci: upgrade spell checker to 1.13.10 Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> * fix: fix existing typos Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> * chore: use taplo to format typos.toml Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> * chore: add fmt-toml rule to format TOML files Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> --------- Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
@@ -364,7 +364,7 @@ pub struct PyQueryEngine {
|
||||
|
||||
#[pyclass]
|
||||
impl PyQueryEngine {
|
||||
// TODO(discord9): find a better way to call sql query api, now we don't if we are in async contex or not
|
||||
// TODO(discord9): find a better way to call sql query api, now we don't if we are in async context or not
|
||||
/// return sql query results in List[List[PyVector]], or List[usize] for AffectedRows number if no recordbatches is returned
|
||||
#[pymethod]
|
||||
fn sql(&self, s: String, vm: &VirtualMachine) -> PyResult<PyListRef> {
|
||||
|
||||
Reference in New Issue
Block a user