Vukasin Stefanovic

Results 12 comments of Vukasin Stefanovic

I had a similar problem, and it worked with skaffold v1.39.1, but not with v2.x. Though for me the problem seemed to be with some reordering of sections within yaml...

Hey @vtjnash , I see you mention different performance issue here: #252 Do you have some performance numbers too?

Some more points from other people too, here: https://discourse.julialang.org/t/slow-http-jl-requests-when-ssl-is-enabled/36183/

We recently forked at https://github.com/RelationalAI/iceberg-rust/. We plan to merge changes that we make upstream, but we consider that best done outside of the critical path for us, hence the fork....

Corresponding arrow-rs issue, likely a dependency: https://github.com/apache/arrow-rs/issues/7299

Drafted a PR prototyping a solution: https://github.com/apache/iceberg-rust/pull/1791 Because the solution depends on a (not yet merged) change in arrow-rs (see discussion [here](https://github.com/apache/arrow-rs/issues/7299) and [this PR](https://github.com/apache/arrow-rs/pull/8715)), we also have to upgrade...

I realize this may not be possible to support by the iceberg-rust alone, without some query processing engine. Examples that I gave above use Spark to iterate through rows (and...

In our fork, we've figured out what shape this changelog could look like to satisfy our needs. Here's a rough outline. We need to return two streams (with a possibility...

We implemented the above in our fork: https://github.com/RelationalAI/iceberg-rust/pull/3. We realize that might not be the best implementation for being merged into the official repo, but given the uncertainty how it...

> Thanks @gbrgr for this pr. But I think we need to rethink how to compute the `_file`, `_pos` metadata column. While it's somehow trivial to compute `_file`, it's non...