Skip to content

Commit

Permalink
[native] Add spill_file_create_config native prefix removal
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjialiang committed Dec 17, 2023
1 parent deebd62 commit 0de87a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}};
Expand Down

0 comments on commit 0de87a6

Please sign in to comment.