dongjoon-hyun commented on a change in pull request #26449: [SPARK-29822][SQL] 
Fix cast error when there are spaces between signs and values
URL: https://github.com/apache/spark/pull/26449#discussion_r344502848
 
 

 ##########
 File path: sql/core/src/test/resources/sql-tests/inputs/interval.sql
 ##########
 @@ -41,3 +41,12 @@ select max(cast(v as interval)) from VALUES ('1 seconds'), 
('4 seconds'), ('3 se
 
 -- min
 select min(cast(v as interval)) from VALUES ('1 seconds'), ('4 seconds'), ('3 
seconds') t(v);
+
+-- SPARK-29605: cast string to intervals
 
 Review comment:
   This should be `SPARK-29822` because this is newly added test coverage for 
this PR `SPARK-29822`.

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

Reply via email to