jackierwzhang commented on code in PR #47582:
URL: https://github.com/apache/spark/pull/47582#discussion_r1706203597


##########
connector/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala:
##########
@@ -921,6 +921,39 @@ abstract class AvroSuite
     }
   }
 
+  test("SPARK-49082: Widening type promotions in AvroDeserializer") {

Review Comment:
   Thanks for implementing this (I posted the original ticket :D)!
   
   Is there a plan to convert Date -> TimestampNTZ (Parquet 
[PR](https://github.com/apache/spark/pull/44368/files#diff-e067188f85ea958fe1fdfc6f83466def9ca962ebd39ca9a86aaee1ed3110c045R102))
 and Int -> Decimal (Parquet [PR](https://github.com/apache/spark/pull/44803))?



-- 
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