Özgür Akkurt

Results 31 issues of Özgür Akkurt

This would greatly simplify building process on Windows. Is this something that can be done?

There doesn't seem to be any way to know this operation succeeded. Is this really the case?

enhancement
help wanted

Currently rust api and implementation of the library isn't idiomatic rust code, which makes it awkward to read and understand. I think we can change the library so it is...

closes #4903 @ritchie46 can you check if this makes sense when you have time? I redirected arrow dep to my fork temporarily

rust

Hey, Currently binary data type is not supported but utf8 is supported. It is much more efficient to store binary data directly in parquet files and doesn't make sense to...

feature

### Problem Description Currently only string is supported but it would be nice to have support for byte vectors

feature

### Problem Description Right now polars reads parquet files using memmap. Can move to using [object_store](https://crates.io/crates/object_store) to read remote files and maybe keep memmap for local files if it is...

feature

Maybe a similar api to how we pass encodings into RowGroupIterator. This will allow to have different compression config for different columns. It would be very useful in cases where...

Hey, Currently there doesn't seem to be an implementation for this. I want to do this

feature