From 0de87a699923b17abe87f2e4f37773ad527c1691 Mon Sep 17 00:00:00 2001 From: Jialiang Tan Date: Wed, 13 Dec 2023 21:58:39 -0800 Subject: [PATCH] [native] Add spill_file_create_config native prefix removal --- presto-native-execution/presto_cpp/main/QueryContextManager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/presto-native-execution/presto_cpp/main/QueryContextManager.cpp b/presto-native-execution/presto_cpp/main/QueryContextManager.cpp index 7d0d68d47002..3c112ea18ea3 100644 --- a/presto-native-execution/presto_cpp/main/QueryContextManager.cpp +++ b/presto-native-execution/presto_cpp/main/QueryContextManager.cpp @@ -45,6 +45,8 @@ std::string toVeloxConfig(const std::string& name) { QueryConfig::kSpillCompressionKind}, {"native_spill_write_buffer_size", QueryConfig::kSpillWriteBufferSize}, + {"native_spill_file_create_config", + QueryConfig::kSpillFileCreateConfig}, {"native_join_spill_enabled", QueryConfig::kJoinSpillEnabled}, {"native_debug_validate_output_from_operators", QueryConfig::kValidateOutputFromOperators}};