cloud-fan commented on a change in pull request #26595: [SPARK-29956][SQL] A
literal number with an exponent should be parsed to Double
URL: https://github.com/apache/spark/pull/26595#discussion_r347932949
##########
File path:
sql/core/src/test/resources/sql-tests/results/subquery/in-subquery/in-order-by.sql.out
##########
@@ -73,13 +73,13 @@ WHERE t1a IN (SELECT t2a
FROM t2)
ORDER BY t1a
-- !query 3 schema
-struct<t1a:string,t1b:smallint,t1c:int,t1d:bigint,t1e:float,t1f:double,t1g:decimal(2,-2),t1h:timestamp,t1i:date>
+struct<t1a:string,t1b:smallint,t1c:int,t1d:bigint,t1e:float,t1f:double,t1g:double,t1h:timestamp,t1i:date>
Review comment:
ditto
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]