-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust specific query to make better sense within sample data
- Loading branch information
Showing
5 changed files
with
12 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[{'person.person_id': 'AdamKalous.1979', 'persName.forename': 'Adam', 'persName.surname': 'Kalous', 'total_speeches': 0}, {'person.person_id': 'AdamRykala.1986', 'persName.forename': 'Adam', 'persName.surname': 'Rykala', 'total_speeches': 0}] | ||
[{'person.person_id': 'AndrejBabis.1954', 'persName.forename': 'Andrej', 'persName.surname': 'Babiš', 'total_speeches': 59}, {'person.person_id': 'VeraJourova.1964', 'persName.forename': 'Věra', 'persName.surname': 'Jourová', 'total_speeches': 2}] | ||
|
||
Running time 7.3037109375 ms | ||
Running time 5.59716796875 ms | ||
|
||
+------------------+-------------------+------------------+----------------+ | ||
| person.person_id | persName.forename | persName.surname | total_speeches | | ||
+------------------+-------------------+------------------+----------------+ | ||
| AdamKalous.1979 | Adam | Kalous | 0 | | ||
| AdamRykala.1986 | Adam | Rykala | 0 | | ||
| AndrejBabis.1954 | Andrej | Babiš | 59 | | ||
| VeraJourova.1964 | Věra | Jourová | 2 | | ||
+------------------+-------------------+------------------+----------------+ |
8 changes: 4 additions & 4 deletions
8
test/API/examples/expected/politician_comparisonCS_result.txt
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[{'person.person_id': 'AdamKalous.1979', 'persName.forename': 'Adam', 'persName.surname': 'Kalous', 'total_speeches': 0}, {'person.person_id': 'AdamRykala.1986', 'persName.forename': 'Adam', 'persName.surname': 'Rykala', 'total_speeches': 0}] | ||
[{'person.person_id': 'AndrejBabis.1954', 'persName.forename': 'Andrej', 'persName.surname': 'Babiš', 'total_speeches': 59}, {'person.person_id': 'VeraJourova.1964', 'persName.forename': 'Věra', 'persName.surname': 'Jourová', 'total_speeches': 2}] | ||
|
||
Running time 8.216552734375 ms | ||
Running time 6.149658203125 ms | ||
|
||
+------------------+-------------------+------------------+----------------+ | ||
| person.person_id | persName.forename | persName.surname | total_speeches | | ||
+------------------+-------------------+------------------+----------------+ | ||
| AdamKalous.1979 | Adam | Kalous | 0 | | ||
| AdamRykala.1986 | Adam | Rykala | 0 | | ||
| AndrejBabis.1954 | Andrej | Babiš | 59 | | ||
| VeraJourova.1964 | Věra | Jourová | 2 | | ||
+------------------+-------------------+------------------+----------------+ |
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 was deleted.
Oops, something went wrong.
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