mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 10:20:38 +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:
@@ -107,7 +107,7 @@ impl ParquetWriter {
|
||||
let mut end_loop = true;
|
||||
// TODO(hl & jiachun): Since OpenDAL's writer is async and ArrowWriter requires a `std::io::Write`,
|
||||
// here we use a Vec<u8> to buffer all parquet bytes in memory and write to object store
|
||||
// at a time. Maybe we should find a better way to brige ArrowWriter and OpenDAL's object.
|
||||
// at a time. Maybe we should find a better way to bridge ArrowWriter and OpenDAL's object.
|
||||
while let Some(batch) = self
|
||||
.stream
|
||||
.try_next()
|
||||
|
||||
Reference in New Issue
Block a user