-
# Description
allow passing `ds.write_dataset` kwarg overrides into `write_deltalake `function
https://github.com/delta-io/delta-rs/blob/fcfd1bfa08b8ddda2a606d7f1f58b75e89206d45/python/deltalake/wri…
-
# Environment
**Delta-rs version**: 0.18.1
**Binding**: python
***
# Bug
**What happened**:
I encountered a bizarre exception
```
Exception: Json error: Invalid UTF-16 surrogate pair 14…
-
# Environment
- Library version: deltalake 0.16.4
- Windows 11 OS, Visual Code, debugging.
***
# Bug
- running sample script from homepage results in FileNotFoundError in line 10 (dt.to_pandas)…
-
- [x] https://github.com/trinodb/trino/pull/10897
- [x] https://github.com/trinodb/trino/issues/11297
- [x] https://github.com/trinodb/trino/issues/11299
- [x] https://github.com/trinodb/trino/issu…
-
polars seems to support it but it's implemented on the python side: https://pola-rs.github.io/polars/py-polars/html/reference/api/polars.read_delta.html
the underlying delta lake interface lib is w…
-
# Environment
**Delta-rs version**: 0.17.3
**Binding**: python
***
# Bug
**What happened**:
When performing a concurrent write + delete, the delete operation raises a `DeltaError: Generi…
-
The test failed in https://github.com/trinodb/trino/actions/runs/5745174053/job/15573014949?pr=17477
Unfortunately, there was no helpful error message.
```
Error: io.trino.plugin.deltalake.TestDe…
ebyhr updated
6 months ago
-
### Comment:
I noticed that some optional polars dependencies aren't available through conda-forge. It would be nice if all optional dependencies could be installed via conda - so that one doesn't …
-
**Describe the bug**
Unable to write to seasweedfs using delta format hdfs client libraries. Parquet format works.
```python
#%%
import pyspark
#%% when not using spark submit
builder = pysp…
-
Hi devs, I'm pretty new to the ecosystem and was trying to setup Presto with hive to query a deltatable located in Amazon S3.
I'm trying to run this setup on my MAC (intel). Any guidance would be hig…