From 2b8e8b72f3c4660ac156424c0fb6fd19b8310ef6 Mon Sep 17 00:00:00 2001 From: Ankita Victor Date: Thu, 12 Dec 2024 16:51:50 +0530 Subject: [PATCH] Update comment --- velox/common/base/VeloxException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/common/base/VeloxException.h b/velox/common/base/VeloxException.h index 148ae38f06a2..2e18952f47dd 100644 --- a/velox/common/base/VeloxException.h +++ b/velox/common/base/VeloxException.h @@ -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 ======================: