comphead commented on code in PR #13921: URL: https://github.com/apache/datafusion/pull/13921#discussion_r1899707297
########## docs/source/user-guide/sql/scalar_functions.md: ########## @@ -2233,17 +2233,17 @@ to_date('2017-05-31', '%Y-%m-%d') ```sql > select to_date('2023-01-31'); -+-----------------------------+ -| to_date(Utf8("2023-01-31")) | -+-----------------------------+ -| 2023-01-31 | -+-----------------------------+ ++-------------------------------+ +| to_date(Utf8(\"2023-01-31\")) | Review Comment: the slash is not needed ########## docs/source/user-guide/sql/scalar_functions.md: ########## @@ -2233,17 +2233,17 @@ to_date('2017-05-31', '%Y-%m-%d') ```sql > select to_date('2023-01-31'); -+-----------------------------+ -| to_date(Utf8("2023-01-31")) | -+-----------------------------+ -| 2023-01-31 | -+-----------------------------+ ++-------------------------------+ +| to_date(Utf8(\"2023-01-31\")) | ++-------------------------------+ +| 2023-01-31 | ++-------------------------------+ > select to_date('2023/01/31', '%Y-%m-%d', '%Y/%m/%d'); -+---------------------------------------------------------------+ -| to_date(Utf8("2023/01/31"),Utf8("%Y-%m-%d"),Utf8("%Y/%m/%d")) | -+---------------------------------------------------------------+ -| 2023-01-31 | -+---------------------------------------------------------------+ ++---------------------------------------------------------------------+ +| to_date(Utf8(\"2023/01/31\"),Utf8(\"%Y-%m-%d\"),Utf8(\"%Y/%m/%d\")) | Review Comment: same here -- 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