Skip to content
Merged
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 numberDiff line numberDiff line change
Expand Up@@ -147,7 +147,7 @@ suite("regression_test_variant_github_events_p0", "p0"){

qt_sql_select_count """ select count(*) from github_events_2; """

trigger_and_wait_compaction("github_events", "full")
trigger_and_wait_compaction("github_events", "full", 1200) // 20min compaction

// query and filterd by inverted index
profile("test_profile_1") {
Expand DownExpand Up@@ -177,4 +177,4 @@ suite("regression_test_variant_github_events_p0", "p0"){
sql """ set enable_common_expr_pushdown = true; """
sql """ set enable_common_expr_pushdown_for_inverted_index = true; """
qt_sql_inv """select count() from github_events where arrays_overlap(cast(v['payload']['pull_request']['head']['repo']['topics'] as array<text>), ['javascript', 'css'] )"""
}
}
Loading