Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,18 @@ Carter 500 9994
Beata 700 9996
Nereids 900 9998

-- !partial_update_value --
Bob 100 1
Alice 200 2
Tom 300 3
Test 400 4
Carter 500 5
Smith 600 6
Beata 700 7
Doris 800 8
Nereids 900 9
-- !partial_update_value1 --
Bob 100
Alice 200
Tom 300
Test 400
Carter 500
Smith 600
Beata 700
Doris 800
Nereids 900

-- !partial_update_value2 --

-- !partial_update_value --
Bob 9990 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ suite("test_unique_table_auto_inc") {
time 10000 // limit inflight 10s
}
sql "sync"
qt_partial_update_value "select * from ${table7} order by id;"
qt_partial_update_value1 "select name, value from ${table7} order by value;"
qt_partial_update_value2 "select id, count(*) from ${table7} group by id having count(*) > 1;"

streamLoad {
table "${table7}"
Expand Down