diff --git a/velox/common/caching/SsdCache.cpp b/velox/common/caching/SsdCache.cpp index 5b11fe89eebf..d48eea9ae254 100644 --- a/velox/common/caching/SsdCache.cpp +++ b/velox/common/caching/SsdCache.cpp @@ -60,7 +60,8 @@ SsdCache::SsdCache( i, fileMaxRegions, checkpointIntervalBytes / numShards, - disableFileCow)); + disableFileCow, + executor_)); } }