Make sure existing file path is used for metadata updates#3432
Conversation
This fixes instances identified in apache#3417 where updates to existing files in the metadata table were using the normalized path by mistake and not the existing path.
|
@keith-turner - This should fix the issues you identified in the other PR. Besides the fix Do you think we should try and add the IT you were talking about as part of this or create a follow on? |
|
Sunny IT tests passed and I kicked off a full IT build. Also, I just had a thought that maybe as part of this PR (which only applies in the 2.1 branch where there is still an inheritance relationship) in and either throw a new |
|
Full IT passed. As commented on #3435, this PR fixes the test there. |
This fixes instances identified in #3417 where updates to existing files in the metadata table were using the normalized path by mistake and not the existing path.