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
6.96k stars 1.58k forks source link

[Kernel][Writes] APIs and impl. for creating new tables #3016

Closed vkorukanti closed 2 weeks ago

vkorukanti commented 2 weeks ago

Description

(Split from #2944)

APIs and implementation for creating partitioned or unpartitioned tables. No data insertion yet. Will come in the next PR.

How was this patch tested?

Test suite