You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/08/07 15:51:20 UTC

[jira] [Created] (SPARK-16939) Fix build error by using `Tuple1` explicitly in StringFunctionSuite

Dongjoon Hyun created SPARK-16939:
-------------------------------------

             Summary: 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
            Priority: Minor


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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org