https://lakefs.io/ logo
Title
a

Aapta Bhatt

04/24/2023, 9:00 AM
Hi Team, I see the bug in the latest release: In merge if i merge from one branch to other branch in response i see always "{'added': 0, 'changed': 0, 'conflict': 0, 'removed': 0}"
i

Idan Novogroder

04/24/2023, 9:20 AM
Hi Aapta, Can you please open an issue in our Github repository so we will prioritize this one? https://github.com/treeverse/lakeFS/issues
i

Itai Admi

04/24/2023, 11:46 AM
Hey @Aapta Bhatt, actually that part of the response was deprecated by design so the summary will always be empty until we’ll remove it from the api. The reason for the deprecation is multiple performance improvements to the merge operation that used to run much slower. Unfortunately we had to drop the summary since we can no longer calculate it during the request in a reasonable time.
🙌 1
a

Aapta Bhatt

04/24/2023, 7:59 PM
Hi Team, Do you have any example script which i can use to load delta tables incrementally via lakefs ?
i

Iddo Avneri

04/24/2023, 8:13 PM
Hi @Aapta Bhatt, Is this helpful? You have there an example going through multi table transactions with delta and lakeFS.
a

Aapta Bhatt

04/24/2023, 8:58 PM
Thanks @Iddo Avneri. It is very helpful. Is there any ETL example with partitioned delta lake table ?
i

Iddo Avneri

04/24/2023, 9:12 PM
I don’t have an example at hand that has both repartitioning and uses delta. But we have them both separate:). The spark demo at the same directory will help with example of partitioning data.