Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: coldWater <[email protected]>
  • Loading branch information
forsaken628 committed Oct 8, 2024
1 parent 0020ee9 commit 8b9aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/config/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,7 @@ mod cache_config_converters {
if cache.disk_cache_config.path != inner::DiskCacheConfig::default().path
&& spill.spill_local_disk_path == inner::SpillConfig::default().path
{
spill.spill_local_disk_path = PathBuf::from(spill.spill_local_disk_path)
spill.spill_local_disk_path = PathBuf::from(&cache.disk_cache_config.path)
.join("temp/_query_spill")
.into();
};
Expand Down

0 comments on commit 8b9aee7

Please sign in to comment.