delta-io / delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://delta.io
Apache License 2.0
7.41k stars 1.66k forks source link

[Kernel] Add unittests for reading cloned (shallow/deep) Delta tables in Kernel #2705

Open vkorukanti opened 6 months ago

sidharthbolar commented 5 months ago

Hello! Will be happy to take this up

vkorukanti commented 2 months ago

We have the tests for SHALLOW cloned table in DeltaTableReadsSuite.scala. Need tests for DEEP clone table.

MrPowers commented 1 month ago

@sidharthbolar - any update on this one?