Skip to content

Instantly share code, notes, and snippets.

@gupta-himanshu
Last active May 17, 2018 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gupta-himanshu/c6c28bb48be686d5f88cc86bf46b2fe5 to your computer and use it in GitHub Desktop.
Save gupta-himanshu/c6c28bb48be686d5f88cc86bf46b2fe5 to your computer and use it in GitHub Desktop.
spark.sql("SELECT * FROM employee").show()
// +----+-------+
// | age| name|
// +----+-------+
// |null|Michael|
// | 30| Andy|
// | 19| Justin|
// +----+-------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment