-
# Environment
**Delta-rs version**: 0.18.1
**Binding**: rust
**Environment**:
- **Cloud provider**: S3
- **OS**: MacOS Sonama 14.5
- **Other**:
***
# Bug
**What happened**: I have w…
-
### Description
Here listed Gluten roadmap in 2024. We will use this list to have an overview for Gluten, an easy way to track feature support plan, and to avoid duplicate work before starting the …
-
# Environment
**Delta-rs version**:
0.13.0
**Binding**:
Python
**Environment**:
- **Cloud provider**:
- **OS**:
- **Other**:
***
# Bug
**What happened**:
It's unclear how …
-
As collection of statistics can be time consuming and may produce bloated transaction log it would be good to have property that restrict statistics collection to some columns only.
Similar to: https…
-
### Is your feature request related to a problem or challenge?
The last roadmap discussion we had seems to have worked out well to galvanize and get us organized around some common goals
- https://g…
-
## Description
As per title.
I think the reason is that, annoyingly, not all `pl.DataFrame.write_*` methods are equivalent: some can take a buffer, but some others can't.
Compare these two:
- …
-
# Description
The [geoparquet 1.0 schema](https://geoparquet.org/releases/v1.0.0/) has been released recently. Since this a parquet based schema, there shouldn't be much work to formally support it…
-
### 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://pypi.org/project/polars/) of Polars.
### Re…
-
Hi 👋 ,
I have two possible additions that I'd like to add to this repository:
### Dagster-pyiceberg
[dagster-pyiceberg](https://github.com/JasperHG90/dagster-pyiceberg) is an IO manager to re…
-
When trying to load delta we get the warning. There seems to be no way to suppress it.
```python
dt = DeltaTable(PATH)
df = dt.to_pandas(
partitions = [(self.filter_column, '=', …