-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[case] Load json data with enable_simdjson_reader=false (#26601)
- Loading branch information
Showing
6 changed files
with
368 additions
and
44 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
147 changes: 146 additions & 1 deletion
147
regression-test/data/load_p0/routine_load/test_routine_load.out
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,8 +206,38 @@ John 30 New York {"email":"[email protected]","phone":"+1-123-456-7890"} | |
11324 1321313082437 1678834024274 20230315 {"base_mac_value_null":24,"base_1_value_respiratoryrate":11,"base_3_value_heartrate":51,"base_3_status_onoroutofbed":3,"base_null_count_circulation":84,"base_1_status_onoroutofbed":3,"base_1_value_heartrate":51,"base_3_value_respiratoryrate":11,"base_3_value_bodyactivityenergy":43652,"base_2_value_respiratoryrate":11,"base_2_value_bodyactivityenergy":28831,"base_2_status_onoroutofbed":3,"base_1_value_bodyactivityenergy":56758,"base_2_value_heartrate":51,"tsltype":"properties","datatimestamp":1678834024274,"command":"0105","macaddress":"405EE1805029"} | ||
|
||
-- !select -- | ||
2 shanghai 2345672 | ||
3 guangzhou 2345673 | ||
4 shenzhen 2345674 | ||
5 hangzhou 2345675 | ||
6 nanjing 2345676 | ||
7 wuhan 2345677 | ||
8 chengdu 2345678 | ||
9 xian 2345679 | ||
200 changsha 3456789 | ||
|
||
-- !select -- | ||
2 shanghai 2345672 | ||
3 guangzhou 2345673 | ||
4 shenzhen 2345674 | ||
200 changsha 3456789 | ||
|
||
-- !select -- | ||
2 shanghai 2345672 | ||
3 guangzhou 2345673 | ||
4 shenzhen 2345674 | ||
200 changsha 3456789 | ||
|
||
-- !select26 -- | ||
10 1454547 | ||
20 1244264 | ||
30 528369 | ||
40 594201 | ||
50 594201 | ||
60 2345672 | ||
70 2345673 | ||
80 2345674 | ||
90 2345675 | ||
100 2345676 | ||
200 755 | ||
|
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.