Skip to content

Commit e93ec4c

Browse files
committed
Add comment about not handling inner case classes.
1 parent 1495f51 commit e93ec4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/scala/com/databricks/spark/csv/rdd/CsvToRDDSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ class CsvToRDDSuite extends FunSuite with Matchers {
4343
}
4444
}
4545

46+
// Currently we can only materialize RDDs of non-inner case classes.
4647
case class Car(year: Int, make: String, model: String, comment: String, stocked: Int, price: Double)

0 commit comments

Comments
 (0)