Skip to content

Commit

Permalink
[Fix](test) add sync to ensure data synchronization in test_set_opera…
Browse files Browse the repository at this point in the history
…ter (#32993)
  • Loading branch information
LiBinfeng-01 authored and Doris-Extras committed Apr 10, 2024
1 parent 09db427 commit 1a2177a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ suite("test_set_operators", "query,p0,arrow_flight_sql") {
sql """insert into t2 values('6',5,3,4);"""
sql """insert into t2 values('9',8,0,7);"""

sql 'sync'
order_qt_select """
select
col1
Expand All @@ -88,4 +89,4 @@ suite("test_set_operators", "query,p0,arrow_flight_sql") {
t3
on t2.col1=t3.col1;
"""
}
}

0 comments on commit 1a2177a

Please sign in to comment.