Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16176#discussion_r91194841
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLImplicits.scala 
---
    @@ -74,6 +74,9 @@ abstract class SQLImplicits {
       /** @since 1.6.0 */
       implicit def newStringEncoder: Encoder[String] = Encoders.STRING
     
    +  /** @since 2.2.0 */
    +  implicit def newDecimalEncoder: Encoder[java.math.BigDecimal] = 
Encoders.DECIMAL
    --- End diff --
    
    We need to add a test case for the above change, like what @rxin did in 
https://github.com/apache/spark/pull/12466


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to