Skip to content

Commit dc370bf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package com.sparkTutorial.sparkSql
22

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

0 commit comments

Comments
 (0)