-
### Is your feature request related to a problem?
You can create a Unity Catalog table in Daft using `daft.unity_catalog.UnityCatalog.load_table(tbl)`. At the moment, you can only use that table with…
-
## Bug
#### Which Delta project/connector is this regarding?
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
### Describe the problem
We write data to …
-
```sql
CREATE TABLE test_varbinary (x int, part varbinary) WITH (partitioned_by = ARRAY['part']);
INSERT INTO test_varbinary VALUES (1, x'12');
```
```sh
Query 20241118_064727_00025_s9tsj failed: Uns…
ebyhr updated
18 hours ago
-
# Environment
**Delta-rs version**:
0.21
***
# Bug
I have an existing deltalake that was created with spark. Now I am trying to write/merge into it with the new delta lake library.
It fa…
-
**Describe the bug**
I am trying to use the write_deltalake function with where clause for a Timestamp comparison.
**To Reproduce**
Steps to reproduce the behavior:
```
df = (
daft.read_de…
ghost updated
1 month ago
-
# Environment
**Delta-rs version**: 0.21.0
**Binding**: python
**Environment**: local, WSL2, Ubuntu 24.04.1 LTS
***
# Bug
**What happened**:
`_internal.DeltaError: Generic DeltaTable …
-
I would like to add Lance as a supported file type in [dft](https://github.com/datafusion-contrib/datafusion-dft) similar to how we currently have deltalake and are working on [hudi](https://github.co…
-
# Environment
**Delta-rs version**:
0.22
***
# Bug
Merging into a DeltaTable and comparing a Decimal in the predicate fails with
```
deltalake/table.py", line 1800, in execute
metri…
-
# Environment
**Delta-rs version**: 0.20.1
**Binding**: python
**Environment**:
- **Cloud provider**:
- **OS**: macOS
- **Other**:
***
# Bug
**What happened**:
Using the same `De…
-
### Feature description
It is currently possible to set partitioning strategy when writing to `deltalake` on Cloud / local. This is achieved by passing relevant parameters to the decorator / applying…