-
Hi,
What is the plan with the license for this project? Will it become Apache 2.0 like DeltaLake?
Also will there be a Spark 3.0/Scala 2.12 release?
Thanks
-
# Environment
**Delta-rs version**:
```
$ pip show deltalake
Name: deltalake
Version: 0.15.1
Summary: Native Delta Lake Python binding based on delta-rs with Pandas integration
Home-page: htt…
-
https://github.com/trinodb/trino/actions/runs/6579766410/job/17876435012
```
Error: io.trino.plugin.deltalake.TestDeltaLakeAdlsConnectorSmokeTest.testVacuumWithTrailingSlash -- Time elapsed: 3.813 …
ebyhr updated
1 month ago
-
what is this ? i am getting the same error when using duckdb 1.0.0, does the extension for duckdb 1 get upgraded too ?
IOException: IO Error: Hit DeltaKernel FFI error (from: While trying to read f…
-
There are two new amazing notebooks from Databricks which will fit in very well here. The first one is similar to our demo that already exists, and the second is a new notebook which can be used as bo…
-
Arrow has adopted the (IMO) much better binary and string view types. Supporting these would mean we could move data zero-copy to delta-rs. Currently it fails:
```python
df = pl.DataFrame({"a": ["…
-
Hi, everyone
I got an error which used presto to query deltalake's data , but it notices me this error.
![image](https://user-images.githubusercontent.com/35133768/193188703-a2462224-5ab3-4…
-
**Is your feature request related to a problem? Please describe.**
For databricks azure and aws it would be good for us to run at least some of our integration tests distributed on a full cluster. Fo…
-
**Summary**
would be great to be able to read "lakehouse" formats as Apache Hudi , Delta Lake or Apache Iceberg or Apache Paimon
thanks
-
# Description
pandas users currently have to suffer with a difficult interface to query a Delta table. They need to manually perform column pruning and specify predicates in DNF form... before wri…