Last active
May 14, 2017 05:15
-
-
Save dgadiraju/49ad7c6143e57fb457bc70237a6f109e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case class Order( | |
orderId: Int, | |
orderDate: String, | |
orderCustomerId: Int, | |
orderStatus: String | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment