-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ select cnt from shipments_cnt; | |
4 | ||
|
||
query ITTTT | ||
select * from person_rw order by id; | ||
select * from person_new order by id; | ||
---- | ||
1000 vicky noris [email protected] 7878 5821 1864 2539 cheyenne | ||
1001 peter white [email protected] 1781 2313 8157 6974 boise | ||
|
@@ -26,6 +26,11 @@ select * from person_rw order by id; | |
1101 white [email protected] 8157 6974 se | ||
1102 spencer [email protected] 9481 6270 angeles | ||
|
||
# 2 rows inserted after cluster is stopped | ||
query I | ||
SELECT * from person_new_cnt | ||
---- | ||
8 | ||
|
||
query ITTTTT | ||
select order_id,order_date,customer_name,product_id,order_status from orders order by order_id; | ||
|
@@ -69,8 +74,3 @@ SELECT * FROM products_test order by id limit 3 | |
102 RW 12V car battery | ||
103 RW 12-pack of drill bits with sizes ranging from #40 to #3 | ||
|
||
# 2 rows inserted after cluster is stopped | ||
query I | ||
SELECT * from person_new_cnt | ||
---- | ||
8 |
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