Eric Zhang

Results 6 issues of Eric Zhang

Message passing is more Elixir way than blocking Stream, especially for streaming response. As an example, HTTPoison supports async requests in this way: ```elixir iex> HTTPoison.get! "https://github.com/", %{}, stream_to: self...

enhancement

Update deltalake to latest version. Note that some test cases are broken due to `get_stats()` changed to private in deltalake.

Currently, a package `my.under_scored.package` will be translated to `My.Under_scored.Package` in Elixir by exprotobuf. The protobuf's official documents shows that the package name should follow underscore style while it's recommend to...

Currently, extern functions `ustr_len` and `ustr_hash` involve an extern function call, which is usually much slower compared to inlined function in C, considering inlined functions like these can be optimized...

# Environment **Delta-rs version**: current main(https://github.com/delta-io/delta-rs/commit/abafd2d0cb8dde32ffa990dc30fb97a5581688ec) **Binding**: rust, python *** # Bug **What happened**: Prior versions of this library serialize `PrimitiveType::Timestamp` as `ArrowDataType::Timestamp(TimeUnit::Microsecond, None)`, while PR #2236 changed this behavior...

bug

# Environment **Delta-rs version**: current main(https://github.com/delta-io/delta-rs/commit/abafd2d0cb8dde32ffa990dc30fb97a5581688ec) **Binding**: rust *** # Bug **What happened**: `get_app_transaction_version()` returns empty result **What you expected to happen**: `get_app_transaction_version()` returns previously written transaction versions **How to...

bug