delta-io/connectors

Question: Delta Standalone - which version of the delta lake transaction log spec used?

csimplestring opened this issue · 1 comments

Hi, when reading the code of the delta lake connector, I did not find which specific tag/version of the transaction log format proposal used.

In this link: https://github.com/delta-io/delta/blob/master/PROTOCOL.md , it contains the log specification. But it keeps being updated.

So in the delta lake connector code, I am wondering which version of the log specification is used? I am asking this because I am trying to implement the delta lake transaction log in Go and the standalone connector is the main source to learn.

Thanks in advance!

This repo has been deprecated and the code is moved under connectors module in https://github.com/delta-io/delta repository. Please create the issue in repository https://github.com/delta-io/delta. See #556 for details.