You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by chutium <te...@gmail.com> on 2014/07/23 19:37:41 UTC

why there is only getString(index) but no getString(columnName) in catalyst.expressions.Row.scala ?

i do not want to use always
schemaRDD.map {
  case Row(xxx) =>
    ...
}

using case we must rewrite the table schema again

is there any plan to implement this?

Thanks



--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/why-there-is-only-getString-index-but-no-getString-columnName-in-catalyst-expressions-Row-scala-tp10521.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.