[GitHub] [spark] maropu commented on a change in pull request #31982: [SPARK-34881][SQL] New SQL Function: TRY_CAST

2021-03-31 Thread GitBox
maropu commented on a change in pull request #31982: URL: https://github.com/apache/spark/pull/31982#discussion_r604621607 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/TryCast.scala ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache

[GitHub] [spark] maropu commented on a change in pull request #31982: [SPARK-34881][SQL] New SQL Function: TRY_CAST

2021-03-30 Thread GitBox
maropu commented on a change in pull request #31982: URL: https://github.com/apache/spark/pull/31982#discussion_r604532860 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/TryCast.scala ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache

[GitHub] [spark] maropu commented on a change in pull request #31982: [SPARK-34881][SQL] New SQL Function: TRY_CAST

2021-03-28 Thread GitBox
maropu commented on a change in pull request #31982: URL: https://github.com/apache/spark/pull/31982#discussion_r603013688 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/TryCast.scala ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache