-
this is my docker-compose file:
```
version:` '3.8'
services:
spark-master:
image: bitnami/spark
container_name: spark-master
environment:
- SPARK_MODE=master
- S…
-
### Is your feature request related to a problem or challenge?
I recently watched the [Biting the Bullet: Rebuilding GlareDB from the Ground Up (Sean Smith)](https://www.youtube.com/watch?v=Sor3KZp…
alamb updated
13 hours ago
-
This is an old idea, but was specifically inspired by the implementation in Castro (https://amrex-astro.github.io/Castro/docs/timestepping.html#retry-mechanism) and Quokka (https://quokka-astro.github…
-
DeltaKernel can not read a Delta table managed by Delta Live Tables (DLT) after full-refresh.
(can read before full-refresh)
error message
```
IO Error: Hit DeltaKernel FFI error (from: While t…
-
# Description
One of the big advantage of Delta is that we have statistics at file level, therefore, we know which file might hold data for a given predicate, however, from my understanding, this is …
-
```
select * from DELTA_SCAN('s3a://oh-project-ajax/sales/sales/datahubtest/v3') limit 10;
```
```
IO Error: Hit DeltaKernel FFI error (from: While trying to read from delta table: 's3a://oh-pro…
-
I have delta table on GCS and tried reading it with Delta extension of DuckDB
Using python library, version 1.1.0:
```
with duckdb.connect() as con:
con.execute(
"""
CREATE…
-
I am using the Capella Open Data in particular this SLC tiff
https://capella-open-data.s3.amazonaws.com/data/2024/10/11/CAPELLA_C15_SP_SLC_HH_20241011085812_20241011085836/CAPELLA_C15_SP_SLC_HH_202…
-
1. Since the support for delta tables is added in duckdb_azure, the implementation now requires the storage account name to be mentioned explicitly while creating the azure secret using service princi…
-
https://github.com/delta-io/delta/blob/93eef1112fce9c766aec504f26f09d53bbcabb03/connectors/standalone/src/main/scala/io/delta/standalone/internal/DeltaHistoryManager.scala#L202
Since the timestamp …