We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fca0d commit e591b21Copy full SHA for e591b21
presto-native-execution/presto_cpp/main/common/Exception.h
@@ -74,6 +74,10 @@ class VeloxToPrestoExceptionTranslator {
74
{0x00010000,
75
"GENERIC_INTERNAL_ERROR",
76
protocol::ErrorType::INTERNAL_ERROR}},
77
+ {velox::error_code::kGenericSpillFailure,
78
+ {0x00010023,
79
+ "GENERIC_SPILL_FAILURE",
80
+ protocol::ErrorType::INTERNAL_ERROR}},
81
{velox::error_code::kUnreachableCode,
82
83
0 commit comments