comphead commented on code in PR #11254:
URL: https://github.com/apache/datafusion/pull/11254#discussion_r1699217899
##########
datafusion/functions/src/core/arrow_cast.rs:
##########
@@ -44,7 +42,7 @@ use datafusion_expr::{ColumnarValue, Expr, ScalarUDFImpl,
Signature, Volatility}
/// select cast(column_x as int) ...
/// ```
///
-/// You can use the `arrow_cast` functiont to cast to a specific arrow type
+/// You can use the `arrow_cast` function to cast to a specific arrow type
Review Comment:
```suggestion
/// Use the `arrow_cast` function to cast to a specific arrow type
```
--
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]