-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1895 from cloudsufi/e2e_distinct
e2e-distinct additional tests
- Loading branch information
Showing
6 changed files
with
253 additions
and
0 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
6 changes: 6 additions & 0 deletions
6
core-plugins/src/e2e-test/resources/testdata/expected_outputs/CSV_DISTINCT_Output
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
bob,coffee,buy,2019-03-11 04:50:01 UTC | ||
bob,coffee,drink,2019-03-12 04:50:01 UTC | ||
bob,donut,eat,2019-03-08 04:50:01 UTC | ||
bob,donut,buy,2019-03-10 04:50:01 UTC | ||
bob,donut,buy,2019-03-11 04:50:01 UTC | ||
bob,donut,eat,2019-03-09 04:50:01 UTC |
4 changes: 4 additions & 0 deletions
4
...ns/src/e2e-test/resources/testdata/expected_outputs/CSV_FIELDWITHUNIQUERECORDS_OUTPUT.csv
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
4,galilée,1564 | ||
3,marie curie,1867 | ||
2,isaac newton,1643 | ||
1,albert einstein,1879 |