Skip to content

Commit e714a9f

Browse files
authored
Update Response.scala
1 parent dc370bf commit e714a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package com.sparkTutorial.sparkSql
22

3-
case class Response(country: String, age_midpoint: Option[Int], occupation: String, salary_midpoint: Option[Int])
3+
case class Response(country: String, age_midpoint: Option[Double], occupation: String, salary_midpoint: Option[Double])

0 commit comments

Comments
 (0)