kazuyukitanimura commented on code in PR #5084:
URL: https://github.com/apache/datafusion-comet/pull/5084#discussion_r3677688940
##########
native/common/src/error.rs:
##########
@@ -69,7 +69,7 @@ pub enum SparkError {
#[error("[ARITHMETIC_OVERFLOW] {from_type} overflow. If necessary set
\"spark.sql.ansi.enabled\" to \"false\" to bypass this error.")]
ArithmeticOverflow { from_type: String },
- #[error("[ARITHMETIC_OVERFLOW] Overflow in integral divide. Use
`try_divide` to tolerate overflow and return NULL instead. If necessary set
\"spark.sql.ansi.enabled\" to \"false\" to bypass this error.")]
+ #[error("[ARITHMETIC_OVERFLOW] Overflow in integral divide. Use
'try_divide' to tolerate overflow and return NULL instead. If necessary set
\"spark.sql.ansi.enabled\" to \"false\" to bypass this error.")]
Review Comment:
Not sure whether this is a proper back quote "`"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]