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 61927f4 commit 5d287d2Copy full SHA for 5d287d2
velox/common/base/VeloxException.h
@@ -125,8 +125,8 @@ inline constexpr auto kFileNotFound = "FILE_NOT_FOUND"_fs;
125
inline constexpr auto kUnknown = "UNKNOWN"_fs;
126
127
/// VeloxRuntimeErrors due to unsupported input values such as unicode input to
128
-/// cast-varchar-to-integer and timestamps beyond the year 2037 to datetime
129
-/// functions. This kind of errors is allowed in expression fuzzer.
+/// cast-varchar-to-integer. This kind of errors is allowed in expression
+/// fuzzer.
130
inline constexpr auto kUnsupportedInputUncatchable =
131
"UNSUPPORTED_INPUT_UNCATCHABLE"_fs;
132
} // namespace error_code
0 commit comments