dongjoon-hyun commented on a change in pull request #25022: [SPARK-24695][SQL]: To expose Calendar interval type, so that same can be returned from the UDF. URL: https://github.com/apache/spark/pull/25022#discussion_r302220205
########## File path: docs/sql-reference.md ########## @@ -298,6 +308,13 @@ please use factory methods provided in DataTypes.DateType </td> </tr> +<tr> + <td> <b>CalendarIntervalType</b> </td> + <td> org.apache.spark.sql.types.CalendarInterval </td> + <td> + CalendarIntervalType Review comment: Is this correct in this context? This section is for `DataTypes` factory. ---------------------------------------------------------------- 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]
