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:
Zhizhen He
2023-02-21 10:55:27 +08:00
committed by GitHub
parent aaaf24143d
commit 6833b405d9
15 changed files with 33 additions and 26 deletions

View File

@@ -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> {