liukun4515 commented on code in PR #3222:
URL: https://github.com/apache/arrow-datafusion/pull/3222#discussion_r963588490
##########
datafusion/core/tests/dataframe_functions.rs:
##########
@@ -667,14 +667,14 @@ async fn test_fn_substr() -> Result<()> {
async fn test_cast() -> Result<()> {
let expr = cast(col("b"), DataType::Float64);
let expected = vec![
- "+-------------------------+",
- "| CAST(test.b AS Float64) |",
- "+-------------------------+",
- "| 1 |",
- "| 10 |",
- "| 10 |",
- "| 100 |",
- "+-------------------------+",
+ "+--------+",
+ "| test.b |",
Review Comment:
isn't the original header better?
@alamb @andygrove
--
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]