Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Delta Protocol for Identity column
The ability to have a column that is auto incrementing and generates integer values is a highly requested feature. This is a well established feature in existing data warehouses (such as Oracle, Redshift, ...). Not having this basic functionality makes it difficult for users to migrate from their existing DWs to Delta Lake. Hence, we propose to support identity columns in Delta Lake. As this change requires to update Delta protocol, this PR updates `PROTOCOL.md` to describe the Identity column support in the transaction log layer. We will work on the user facing feature after the new protocol format is accepted. Closes delta-io#904 Signed-off-by: Shixiong Zhu <zsxwing@gmail.com> GitOrigin-RevId: 76d8f070c914539b3fe5a4aeb4147d10e7a4cfe8
- Loading branch information