MaxGekk commented on pull request #33247:
URL: https://github.com/apache/spark/pull/33247#issuecomment-875799722


   @sarutak The failure in GA is related to the changes, it seems:
   ```
   [info] - extract.sql *** FAILED *** (2 seconds, 541 milliseconds)
   [info]   extract.sql
   [info]   Expected "struct<[extract(SECOND FROM INTERVAL '123 
12:34:56.789123' DAY TO SECOND):decimal(8,6)]>", but got "struct<[]>" Schema 
did not match for query #119
   [info]   select extract(SECOND from interval '123 12:34:56.789123123' DAY TO 
SECOND): -- !query
   [info]   select extract(SECOND from interval '123 12:34:56.789123123' DAY TO 
SECOND)
   [info]   -- !query schema
   [info]   struct<>
   [info]   -- !query output
   [info]   java.lang.ClassCastException
   ```
   Could you fix it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to