Iulian Dragos created SPARK-6285:
------------------------------------

             Summary: Duplicated code leads to errors
                 Key: SPARK-6285
                 URL: https://issues.apache.org/jira/browse/SPARK-6285
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.3.0
            Reporter: Iulian Dragos


The following class is duplicated inside 
[ParquetTestData|https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetTestData.scala#L39]
 and 
[ParquetIOSuite|https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetIOSuite.scala#L44],
 with exact same code and fully qualified name:

{code}
org.apache.spark.sql.parquet.TestGroupWriteSupport
{code}

The second one was introduced in 
[3b395e10|https://github.com/apache/spark/commit/3b395e10510782474789c9098084503f98ca4830],
 but even though it mentions that `ParquetTestData` should be removed later, I 
couldn't find a corresponding Jira ticket.

This duplicate class causes the Eclipse builder to fail (since src/main and 
src/test are compiled together in Eclipse, unlike Sbt).



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

Reply via email to