forked from apache/calcite
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CALCITE-4593] DiffRepository tests should fail if new XML resources …
…are not in alphabetical order If a test uses a resource that occurs out of order, DiffRepository writes out the log file in sorted order, then fails the test, indicating that the problem can be fixed by copying the log file over the reference file. If a test has a different output (say, a plan has changed), DiffRepository writes out the actual results to the log file, as today. Files are always written in sorted order. This commit sorts all existing resource files, and converts the XML indentation to 2. This destroys history, and will probably make it impossible to merge existing PRs, but we only need to do this once. Close apache#2409
- Loading branch information
1 parent
350802b
commit dfb934a
Showing
12 changed files
with
19,976 additions
and
19,880 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
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
Oops, something went wrong.