Merge core entities to Azure Storage Track2#1012
Merge core entities to Azure Storage Track2#1012nytian wants to merge 9 commits intoazure-storage-v12from
Conversation
8a0a56b to
b9e5cea
Compare
|
Please Look at this commits for the changes: |
|
This is a bit difficult to review since it is based on feature/core-entities, which is a stale and very large branch. feature/core-entities has already been merged into main (and entities have received further updates since then). What is the reason for merging the feature branch for core-entities, as opposed to just merging main? I am assuming you want to eventually merge main. I can see that main was merged into azure-storage-v12 last on September 9. |
|
@sebastianburckhardt Thanks for the review. Sorry for the late reply and confuse. Actually, this PR merge with main branch, since it includes all the changes from main branch not just core entities. I will update the name since it looks confusing. And only core entities need to be changed since it involves Azure Storage. So, the commit I asked for review is where I did the change for core entities to be merged to AS track2. |
|
I am still a bit confused. I am happy to review your changes relative to main, but what I am seeing here are changes of main relative to your feature branch. This is a huge diff, most of which is not going to be relevant to your feature branch. But since I am not familiar with what is in your feature branch, I cannot quite tell what I should be looking at. Most of it just looks like changes we already reviewed and approved before merging the entities branch into main. |
|
Maybe the solution here is to split this PR into two branches: Then we can create a PR trying to merge branch2 into branch1 (this is the new code). This is the PR we'll review. And from there we can open a routine PR trying to merge branch1 into the |
As titled. This PR is to merge feature core entities #960 to branch azure-storage-v12 for df v3 support.