-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert strict equality in HiveToPrestoConverterTest (#64)
* Removed shared mutable state between test runs * Assert strict equality in HiveToPrestoConverterTest Previously the VIEW conversion test asserted on the prefix, stripping out meaningless final alias. However, in more complex cases, the alias is used in other parts of the converted query text. Asserting on full text means the expected results are self-contained now.
- Loading branch information
Showing
1 changed file
with
25 additions
and
24 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