Skip to content

Commit a2b9774

Browse files
committed
Fix test
1 parent f6a8a5a commit a2b9774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03550_analyzer_remote_view_columns.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ WHERE
3939
AND log_comment = 'THIS IS A COMMENT TO MARK THE INITIAL QUERY'
4040
LIMIT 1)
4141
AND type = 'QueryFinish'
42-
AND NOT is_initial_query;
42+
AND query_id != initial_query_id;

0 commit comments

Comments
 (0)