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
## 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...
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...
## 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...
## 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...
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)...
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 :...
## 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...
## Bug At present, the latest data size of the delta log is as follows, checkpointSize: 7639547 numOfFiles: 5140110  At present, the given memory size of each executor is...
### 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...
## 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...