Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16013#discussion_r89676433 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala --- @@ -216,10 +216,13 @@ abstract class BaseRelation { /** * Whether does it need to convert the objects in Row to internal representation, for example: + * + * {{{ * java.lang.String -> UTF8String * java.lang.Decimal -> Decimal + * }}} --- End diff -- - Java <img width="515" alt="2016-11-27 4 11 58" src="https://cloud.githubusercontent.com/assets/6477701/20642653/ae3b2660-b457-11e6-8d83-c05ceb49d3d7.png"> - Scala <img width="497" alt="2016-11-27 4 11 47" src="https://cloud.githubusercontent.com/assets/6477701/20642654/b0840bc6-b457-11e6-8603-740a90201283.png">
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org