liukun4515 commented on code in PR #5241:
URL: https://github.com/apache/arrow-datafusion/pull/5241#discussion_r1108038958


##########
datafusion/core/tests/sql/functions.rs:
##########
@@ -67,8 +67,8 @@ async fn csv_query_cast_literal() -> Result<()> {
         "+--------------------+----------+",
         "| c12                | Int64(1) |",
         "+--------------------+----------+",
-        "| 0.9294097332465232 | 1        |",
-        "| 0.3114712539863804 | 1        |",
+        "| 0.9294097332465232 | 1.0      |",

Review Comment:
   > What are you confused about? Despite its name, this column is a floating 
point type and so is formatted with a decimal point?
   
   I missed the data type from the name of this column



-- 
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]

Reply via email to