You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "2010YOUY01 (via GitHub)" <gi...@apache.org> on 2023/04/18 18:59:34 UTC

[GitHub] [arrow-datafusion] 2010YOUY01 commented on a diff in pull request #6037: Port math.rs to sqllogictest

2010YOUY01 commented on code in PR #6037:
URL: https://github.com/apache/arrow-datafusion/pull/6037#discussion_r1170457111


##########
datafusion/core/tests/sqllogictests/test_files/math.slt:
##########
@@ -87,3 +87,24 @@ query RRRRRRRR
 SELECT round(125.2345, -3), round(125.2345, -2), round(125.2345, -1), round(125.2345), round(125.2345, 0), round(125.2345, 1), round(125.2345, 2), round(125.2345, 3)
 ----
 0 100 130 125 125 125.2 125.23 125.235
+
+# Create table for atan2 test
+statement ok

Review Comment:
   Thank you for the feedback, I think even creating a table is not necessary. Updated



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org