Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Dec 12, 2024
1 parent 98b1497 commit 2b8e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/common/base/VeloxException.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ inline constexpr auto kUnsupported = "UNSUPPORTED"_fs;
/// Arithmetic errors - underflow, overflow, divide by zero etc.
inline constexpr auto kArithmeticError = "ARITHMETIC_ERROR"_fs;

/// Arithmetic errors - underflow, overflow, divide by zero etc.
/// An error raised when types are not compatible
inline constexpr auto kSchemaMismatch = "SCHEMA_MISMATCH"_fs;

///====================== Runtime Error Codes ======================:
Expand Down

0 comments on commit 2b8e8b7

Please sign in to comment.