xinlifoobar commented on code in PR #11330: URL: https://github.com/apache/datafusion/pull/11330#discussion_r1685627712
########## datafusion/sql/src/utils.rs: ########## @@ -263,6 +263,37 @@ pub(crate) fn normalize_ident(id: Ident) -> String { } } +pub(crate) fn normalize_value(value: &Value) -> Result<String> { Review Comment: This follows the origin code structure used by `normalize_ident`. However, I have removed this though. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org