delta icon indicating copy to clipboard operation
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

Results 699 delta issues
Sort by recently updated
recently updated
newest added

## Bug ### Describe the problem Currently, when `DeltaTableBuilder` is given a property that does not start with a `delta.` prefix, then that property is written to the table metadata...

bug
good first issue

Hi delta team, I'm trying to run `SHOW CREATE TABLE` in my local development environment and the error occurs, but the statement works well in Databricks environment. I'm wondering whether...

enhancement

## Feature request ### Overview It would be great to have an automated integration test framework for all of our LogStores that includes a) integration-testing (using real cloud buckets/tables) and...

enhancement
good first issue

## Feature request ### Overview SBT tests currently run sequentially. It would be good to reduce the total test runtime by parallelizing the SBT tests. ### Motivation SBT tests are...

enhancement
good first issue

When executing `sql("INSERT INTO delta_gencols VALUES 1")` Delta Lake 1.2.1 fails with the following `AnalysisException`: ```text org.apache.spark.sql.AnalysisException: Cannot write to 'default.delta_gencols', not enough data columns; target table has 2 column(s)...

bug

Please add support for the time travel functions `TIMESTAMP AS OF`, `VERSION AS OF`~, and `DESCRIBE HISTORY`~. Time travel is a critical Delta use. Cheers. -- Updated by @zsxwing :...

documentation

## Feature request ### Overview Currently, the `DELETE` operation returns an empty result. It would be more useful if it returned the number of deleted rows. ### Motivation The number...

enhancement
good first issue

## Bug At present, the latest data size of the delta log is as follows, checkpointSize: 7639547 numOfFiles: 5140110 ![image](https://user-images.githubusercontent.com/28140815/174976289-be7b3a7c-7b4a-4278-b86a-c19965db09ea.png) At present, the given memory size of each executor is...

bug

### Describe the problem When the delta log log becomes larger, it is found that during the process of executing the compute snapshot, the operation task execution has obvious data...

question

## Feature request ### Overview If I write to a Delta table, the write operation updates the table's version. There is no way to determine what version was just created...

enhancement