Skip to content

Commit 7515e42

Browse files
committed
Move velox ahead and fix tests.
Move velox ahead Move velox to latest
1 parent 5e1f28f commit 7515e42

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
#include "presto_cpp/main/common/Exception.h"
1616
#include "presto_cpp/main/common/Utils.h"
1717
#include "velox/common/base/Exceptions.h"
18-
#include "velox/common/config/GlobalConfig.h"
1918

2019
using namespace facebook::velox;
2120
using namespace facebook::presto;
2221

2322
TEST(VeloxToPrestoExceptionTranslatorTest, exceptionTranslation) {
24-
config::globalConfig().exceptionUserStacktraceEnabled = true;
23+
FLAGS_velox_exception_user_stacktrace_enabled = true;
2524
for (const bool withContext : {false, true}) {
2625
for (const bool withAdditionalContext : {false, true}) {
2726
SCOPED_TRACE(fmt::format("withContext: {}", withContext));

presto-native-execution/velox

Submodule velox updated 55 files

0 commit comments

Comments
 (0)