LuciferYang edited a comment on pull request #29370:
URL: https://github.com/apache/spark/pull/29370#issuecomment-671155276


   @srowen agree with u, we can make a 'checkpoint' if 
[4018b1f](https://github.com/apache/spark/pull/29370/commits/4018b1fb47e72f790609d4d2993e0ba90639fcc8)
 no problem, and I will update the PR description.
   
   I found that  It is difficult to fix the cases caused by `WrappedArray`. 
   
   For example, `WrappedArray.make`  method return `WrappedArray` in Scala 2.12 
and return `ArraySeq` in Scala 2.13, then in Scala 2.13 `Row.getSeq` method can 
not convert `ArraySeq` to  `Seq` type,  the failed cases in `RowEncoderSuite` 
related to this problem.
   


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

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