Skip to content

Commit d4c632a

Browse files
committed
[native] Advance velox.
1 parent e4be876 commit d4c632a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

presto-native-execution/presto_cpp/main/common/tests/CommonTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ using namespace facebook::velox;
2121
using namespace facebook::presto;
2222

2323
TEST(VeloxToPrestoExceptionTranslatorTest, exceptionTranslation) {
24-
config::globalConfig.exceptionUserStacktraceEnabled = true;
24+
config::globalConfig().exceptionUserStacktraceEnabled = true;
2525
for (const bool withContext : {false, true}) {
2626
for (const bool withAdditionalContext : {false, true}) {
2727
SCOPED_TRACE(fmt::format("withContext: {}", withContext));

presto-native-execution/presto_cpp/main/types/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ add_dependencies(presto_types presto_operators presto_type_converter velox_type
2222
velox_type_fbhive)
2323

2424
target_link_libraries(presto_types presto_type_converter velox_type_fbhive
25-
velox_hive_partition_function velox_tpch_gen)
25+
velox_hive_partition_function velox_tpch_gen velox_functions_json)
2626

2727
set_property(TARGET presto_types PROPERTY JOB_POOL_LINK presto_link_job_pool)
2828

presto-native-execution/velox

Submodule velox updated 78 files

0 commit comments

Comments
 (0)