[jira] [Resolved] (SPARK-6285) Duplicated code leads to errors
[ https://issues.apache.org/jira/browse/SPARK-6285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheng Lian resolved SPARK-6285. --- Resolution: Fixed Issue resolved by pull request 5032 [https://github.com/apache/spark/pull/5032] > 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 >Assignee: Cheng Lian > Fix For: 1.4.0 > > > 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
[jira] [Resolved] (SPARK-6285) Duplicated code leads to errors
[ https://issues.apache.org/jira/browse/SPARK-6285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheng Lian resolved SPARK-6285. --- Resolution: Fixed Fix Version/s: 1.4.0 Issue resolved by pull request 5010 [https://github.com/apache/spark/pull/5010] > 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 >Assignee: Cheng Lian > Fix For: 1.4.0 > > > 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