-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use suppressQuoting to fix stage file_format permadiff (#2885)
We are getting permadiff on stage `file_format` parameter when it contains quotes, as it used to be the case with `copy_options` (see #2679) To fix it, re-using the same `DiffSuppressFunc` seems to do the trick. ## Test Plan * [x] acceptance tests * [x] locally built tested
- Loading branch information
1 parent
873a1ed
commit fd70f6e
Showing
3 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters