vinodkc commented on code in PR #50558:
URL: https://github.com/apache/spark/pull/50558#discussion_r2042987712


##########
sql/core/src/test/resources/sql-functions/sql-expression-schema.md:
##########
@@ -288,6 +288,7 @@
 | org.apache.spark.sql.catalyst.expressions.SchemaOfXml | schema_of_xml | 
SELECT schema_of_xml('<p><a>1</a></p>') | 
struct<schema_of_xml(<p><a>1</a></p>):string> |
 | org.apache.spark.sql.catalyst.expressions.Sec | sec | SELECT sec(0) | 
struct<SEC(0):double> |
 | org.apache.spark.sql.catalyst.expressions.SecondExpressionBuilder | second | 
SELECT second('2018-02-14 12:58:59') | struct<second(2018-02-14 12:58:59):int> |
+| org.apache.spark.sql.catalyst.expressions.SecondsOfTimeWithFraction | 
secondoftime_with_fraction | SELECT 
secondoftime_with_fraction(TIME'23:59:59.999999') | 
struct<secondoftime_with_fraction(TIME '23:59:59.999999'):decimal(8,6)> |

Review Comment:
   Done



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to