hozan23

Results 10 comments of hozan23

Hey @generall, I was about to create a new issue covering this and the idea behind it. I noticed there is no consistent way of handling the paths through the...

It is considered to be convenient to handle all paths as absolute paths. In practice the absolute path will be fine for all the situations regarding whether the file/directory exists...

Hello @weiyuhang2011, I just patched a fix for this issue. You can use the karyon_jsonrpc from the master branch until I deploy the new changes and fixes to crates.io.

Hey @weiyuhang2011, yes, the address is correct. You can also just use the path: `Server::builder("unix:/tmp/karyon-test.sock")`. However, the issue was due to a bug in handling new connections from the server...

Hello @houqp I think they are currently working on releasing `datafusion` 42.1 and they will use it with `deltalake`. we can wait for a few days until they merge it.

An update: The **DataFusion 43** version has been released; we can continue with this PR once **DeltaLake** starts using **DataFusion 43**

@houqp Thanks for completing the upgrade.

Hello @domenkozar Sorry about that, the issue was caused by the new version of bincode `2.0.1`, while we're using `2.0.0-rc.3` I've just upstreamed version 0.3.1 with the fix. Thanks for...

Hello @YichiZhang0613 Thanks for mentioning this. I'm actually in the process of moving event.rs to a separate crate. You can check out this PR #28 . I just pushed a...