Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
mymeiyi committed Sep 30, 2024
1 parent c466bbc commit d484bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions be/src/vec/olap/vcollect_iterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ Status VCollectIterator::Level1Iterator::init(bool get_data_by_ref) {

// Only when there are multiple children that need to be merged
if (_merge && _children.size() > 1) {
LOG(INFO) << "sout: merge=true, children.size()=" << _children.size();
auto sequence_loc = -1;
for (int loc = 0; loc < _reader->_return_columns.size(); loc++) {
if (_reader->_return_columns[loc] == _reader->_sequence_col_idx) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods
suite("test_primary_key_simple_case") {
def tableName = "primary_key_simple_case"
onFinish {
try_sql("DROP TABLE IF EXISTS ${tableName}")
// try_sql("DROP TABLE IF EXISTS ${tableName}")
}

sql """ DROP TABLE IF EXISTS ${tableName} """
Expand Down

0 comments on commit d484bba

Please sign in to comment.