Chitral Verma

Results 37 issues of Chitral Verma

**Is your feature request related to a problem? Please describe.** A lot of times the behavior changes due to the authentication method used for setting up Hive. Test cases that...

I'm using this project as a library in my own work. Seems like since this library uses chromedriver for rendering, the below logs are written upon every conversion. Any strategy...

Aims to fixes the following issues, - https://github.com/pola-rs/polars/issues/5790 - https://github.com/pola-rs/polars/issues/5785 **Checklist** - [x] Fix imports issue - [x] Resolve paths before passing to delta for relative path support - [x]...

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...

bug
rust

Adds separate implementations for `load_as_pyarrow_table` and `load_as_pyarrow_dataset` that allows users to read delta sharing tables as pyarrow table and dataset respectively. - [x] Add basic implementation - [x] Fix lint...

This is a new feature request or rather a little refactoring in the code for reader to allow users to read datasets directly as `pyarrow` datasets and tables. As you...

[I'll write a better description once this is out of the experiments phase] Aim to replace the current architecture of scanning and reading all file based datasets (parquet only in...

rust
enhancement

All the other io formats have an async API behind feature flags except json and ndjson, are there any plans to add this. Or is there an example that I...

From this issue https://github.com/jorgecarleitao/arrow2/issues/995, I was able to implement a parquet and IPC writer that uses [object_store](https://crates.io/crates/object_store) crate to write a [Polars DF](https://crates.io/crates/polars) to any store (local or cloud). This...

enhancement
help wanted
priority