Skip to content

Commit 5d287d2

Browse files
amitkduttafacebook-github-bot
authored andcommittedMar 23, 2025·
misc: Fix a comment for kUnsupportedInputUncatchable error code
Summary: Timestamp beyond 2037 is supported now. Fixing a comment. Differential Revision: D71689375
1 parent 61927f4 commit 5d287d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎velox/common/base/VeloxException.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ inline constexpr auto kFileNotFound = "FILE_NOT_FOUND"_fs;
125125
inline constexpr auto kUnknown = "UNKNOWN"_fs;
126126

127127
/// 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.
128+
/// cast-varchar-to-integer. This kind of errors is allowed in expression
129+
/// fuzzer.
130130
inline constexpr auto kUnsupportedInputUncatchable =
131131
"UNSUPPORTED_INPUT_UNCATCHABLE"_fs;
132132
} // namespace error_code

0 commit comments

Comments
 (0)
Please sign in to comment.