[ https://issues.apache.org/jira/browse/SPARK-16939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Owen resolved SPARK-16939. ------------------------------- Resolution: Fixed Assignee: Dongjoon Hyun Fix Version/s: 1.6.3 Resolved by https://github.com/apache/spark/pull/14526 > Fix build error by using `Tuple1` explicitly in StringFunctionSuite > ------------------------------------------------------------------- > > Key: SPARK-16939 > URL: https://issues.apache.org/jira/browse/SPARK-16939 > Project: Spark > Issue Type: Bug > Components: SQL > Reporter: Dongjoon Hyun > Assignee: Dongjoon Hyun > Priority: Minor > Fix For: 1.6.3 > > > This issue aims to fix a build error on branch 1.6, but we had better have > this in master branch, too. There are other ongoing PR, too. > {code} > [error] > /home/jenkins/workspace/spark-branch-1.6-compile-maven-with-yarn-2.3/sql/core/src/test/scala/org/apache/spark/sql/StringFunctionsSuite.scala:82: > value toDF is not a member of Seq[String] > [error] val df = Seq("aaaac").toDF("s") > [error] ^ > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org