Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
small-turtle-1 committed Oct 17, 2024
1 parent 8a43e18 commit a0b7e81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf/pytest_parallel_infinity_conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ persistence_dir = "/var/infinity/persistence"
[buffer]
buffer_manager_size = "8GB"
temp_dir = "/var/infinity/tmp"
result_cache_mode = "on"

[wal]
wal_dir = "/var/infinity/wal"
Expand Down
1 change: 1 addition & 0 deletions conf/pytest_parallel_infinity_vfs_off.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ data_dir = "/var/infinity/data"
[buffer]
buffer_manager_size = "8GB"
temp_dir = "/var/infinity/tmp"
result_cache_mode = "on"

[wal]
wal_dir = "/var/infinity/wal"
Expand Down
2 changes: 1 addition & 1 deletion src/scheduler/fragment_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ void FragmentContext::MakeSinkState(i64 parallel_count) {
tasks_[0]->sink_state_ = MakeUnique<QueueSinkState>(plan_fragment_ptr_->FragmentID(), 0);
break;
}

case PhysicalOperatorType::kReadCache:
case PhysicalOperatorType::kExplain:
case PhysicalOperatorType::kShow: {
if (fragment_type_ != FragmentType::kSerialMaterialize) {
Expand Down

0 comments on commit a0b7e81

Please sign in to comment.