Hi all, I tried to use the function SchemaRDD.where() but got some error:

  val people = sqlCtx.sql("select * from people")
  people.where('age === 10)

<console>:27: error: value === is not a member of Symbol

where did I go wrong?

Thanks,
Kevin Paul

Reply via email to