Tathagata Das
Tathagata Das
## What changes were proposed in this pull request? - Allow multiple benchmarks to be run in a sequence, just give the names in a comma-separated sequence - Allow the...
## 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...
## Feature request ### Overview `DESCRIBE DETAIL` is supported in SQL. But similar to `DESCRIBE HISTORY` which has Scala and Python APIs as `DeltaTable.history()`, there should be `DeltaTable.details()` ### Willingness...
Extend the sink for Apache Flink (done in #111) to the Flink's Table APIs - [ ] Upgrade to Flink 1.14 - [ ] Support for Table API - [...
Cosmetic things that need to be fixed to integrate Spark docs - language tabs (find all `.. code-language-tabs::` - highlighted important info (`.. note::`, `.. important::`, etc.) - side menu.....
This is the umbrella issue for Deletion Vector support. ### Motivation During Delta DML operations, both the semantics of cloud file systems as well as our guarantees about transaction history...
#### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [x] Other (fill in here) -...
## Overview We propose to introduce Liquid Clustering, a new effort to revamp how clustering works in Delta, which addresses the shortcomings of Hive-style partitioning and current ZORDER clustering. ##...
`DELETE FROM myTable1 WHERE EXISTS (Select 1 from myTable2 where myTable2.key = myTable1.key)` This query will currently throw an error, "Subqueries are not supported in the DELETE" We want to...