delta
delta copied to clipboard
An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
I am installing Apache SPARK for the first time. I was able to install the docker container. I ran the following command: docker pull apache/spark and then started the container...
## Bug #### Which Delta project/connector is this regarding? - [x] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [ ] Other (fill in...
Hello, We are using versioned s3 buckets that keep non-current versions for 60 days. Our delta tables use the default `delta.logRetentionDuration` setting of 30 days. We are wondering if there...
## Bug #### Which Delta project/connector is this regarding? - [ x] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [ ] Other (fill...
## Description The following type changes available in the preview of type widening aren't supported by Iceberg and it will be very hard to support them - mainly due to...
## Description The following type changes available in the preview of type widening aren't supported by Iceberg and it will be very hard to support them - mainly due to...
## Description The following type changes available in the preview of type widening aren't supported by Iceberg and it will be very hard to support them - mainly due to...
## Bug ### Describe the problem See https://github.com/delta-io/delta/pull/3601#discussion_r1740457343 Changing the data type of a field that is referenced by a generated column or CHECK constraint is forbidden as this may...
## Feature request #### Which Delta project/connector is this regarding? - [x] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [ ] Other (fill...
## Bug ### Describe the problem Create a delta table with table properties like this got exception TBLPROPERTIES | ( delta.autoOptimize.autoCompact = true, | delta.autoOptimize.optimizeWrite = true, | delta.dataSkippingNumIndexedCols =...