[GitHub] [spark] gengliangwang commented on a change in pull request #34976: [SPARK-37707][SQL] Allow store assignment between TimestampNTZ and Date/Timestamp

2021-12-21 Thread GitBox
gengliangwang commented on a change in pull request #34976: URL: https://github.com/apache/spark/pull/34976#discussion_r773609089 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercion.scala ## @@ -966,9 +966,7 @@ object TypeCoercion exte

[GitHub] [spark] gengliangwang commented on a change in pull request #34976: [SPARK-37707][SQL] Allow store assignment between TimestampNTZ and Date/Timestamp

2021-12-21 Thread GitBox
gengliangwang commented on a change in pull request #34976: URL: https://github.com/apache/spark/pull/34976#discussion_r773589688 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala ## @@ -192,31 +192,33 @@ object Cast { * In prac