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 number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@ suite("regression_test_variant_github_events_p2", "nonConcurrent,p2"){
load_json_data.call(table_name, """${getS3Url() + '/regression/gharchive.m/2022-11-07-23.json'}""")

// BUILD INDEX
test {
if (!isCloudMode()) {
test {
sql """ BUILD INDEX idx_var ON github_events"""
exception "The idx_var index can not be built on the v column, because it is a variant type column"
exception "The idx_var index can not be built on the v column, because it is a variant type column"
}
}


// // add bloom filter at the end of loading data

Expand Down