dennis zhuang

Results 377 comments of dennis zhuang

I think the exclusive writing is not the object store's responsibility, it should be guaranteed by the API user.

Using `atomic_write_dir: Option` is a better idea. Thanks for the advice. > * `rename` is an atomic operation only when the `src` and `dst` paths are on the same fs....

The final PR was merged https://github.com/GreptimeTeam/greptimedb/pull/1813 We can close this issue right now, thanks to all of you.

@waynexia Looks like we have already done this refactor?

@discord9 Can you fix the conflicting files?

What's the status of this tracking issue right now? Can we close it or keep it? @evenyag @v0y4g3r

Already implemented in #1038 #1064

This error still happens: ``` thread 'predicate::tests::test_or' panicked at 'called `Result::unwrap()` on an `Err` value: ExternalFormat("Invalid Parquet file. Corrupt footer")', src/table/src/predicate.rs:140:18 ```

I think it's resolved in https://github.com/GreptimeTeam/greptimedb/pull/820 Already added `#[serde(default)]` for all configurations.