You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/13 16:02:01 UTC

[GitHub] [arrow-datafusion] jackwener commented on a diff in pull request #2200: add sql level test for decimal data type

jackwener commented on code in PR #2200:
URL: https://github.com/apache/arrow-datafusion/pull/2200#discussion_r849651184


##########
datafusion/core/tests/decimal_data.csv:
##########
@@ -0,0 +1,16 @@
+c1,c2,c3,c4,c5
+0.00001,0.000000000001,1,true,0.000014
+0.00002,0.000000000002,2,true,0.000025
+0.00002,0.000000000002,3,false,0.000019
+0.00003,0.000000000003,4,true,0.000032
+0.00003,0.000000000003,5,false,0.000035
+0.00003,0.000000000003,5,true,0.000011
+0.00004,0.000000000004,5,true,0.000044
+0.00004,0.000000000004,12,false,0.000040
+0.00004,0.000000000004,14,true,0.000040
+0.00004,0.000000000004,8,false,0.000044
+0.00005,0.000000000005,9,true,0.000052
+0.00005,0.000000000005,4,true,0.000078
+0.00005,0.000000000005,8,false,0.000033
+0.00005,0.000000000005,100,true,0.000068
+0.00005,0.000000000005,1,false,0.000100

Review Comment:
   😂 I often find there's not new line for PR because of neglection.
   
   I think I can add a editor config for this.



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