Marius S

Results 17 issues of Marius S

This simplifies the process of validating the build for RPI.

I see that in your workflow file you mention newer versions of pyarrow. Are these supported and if so is there a way to download a pypi package referencing them?...

I think that a check for `npm` is missing when I compare with the electron code path. The error message is not useful in this case.

This small change allows the service and stateful component to connect on Azure.

I am getting some encoding problems in REXML. Any idea on how to force the encodings to either UTF-8 or ASCII-8Bit? Marius [email protected] REXML::ParseException # /Users/myself/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rexml/source.rb:212:in `match' /Users/myself/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rexml/source.rb:212:in`match' /Users/myself/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rexml/parsers/baseparser.rb:369:in `pull'...

Integrate the delta-rs library for interacting with the Delta reader. https://github.com/pola-rs/polars/issues/2858

rust
enhancement

Use object_store and async facilities to integrate S3 parquet download in polars. I am not sure how to keep on propagating `async` on the executor path. Maybe using the streaming...

rust
enhancement

Supports reading parquet files with the object_store crate. Currently the `file` and `s3` protocols are linked in, gcs and azure can be added if this approach makes sense. The only...

rust
enhancement

This PR generalizes the parquet support for cloud urls. It enables all the backends supported by `object_store`. Note that there is still one open issue with the Azure builder, I...

rust
enhancement

### Problem description The current integration of the `object_store` crate enables parquet download from S3. Generalize the integration so that parquet files can be downloaded from any of the supported...

enhancement