Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14828#discussion_r77430498
  
    --- Diff: sql/core/src/test/resources/sql-tests/inputs/literals.sql ---
    @@ -50,14 +50,14 @@ select 1D, 1.2D, 1e10, 1.5e5, .10D, 0.10D, .1e5, .9e+2, 
0.9e+2, 900e-1, 9.e+1;
     select -1D, -1.2D, -1e10, -1.5e5, -.10D, -0.10D, -.1e5;
     -- negative double
     select .e3;
    --- inf and -inf
    +-- very large decimals (overflowing double).
     select 1E309, -1E309;
     
     -- decimal parsing
     select 0.3, -0.8, .5, -.18, 0.1111, .1111;
     
     -- super large scientific notation numbers should still be valid doubles
    --- End diff --
    
    update the comment?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to