iduanyingjie
iduanyingjie
`sc.hbaseTable[(String, Option[String])]("table").select("column1").inColumnFamily("f").foreach{case (k, v) => println(s"$k, ${v.isDefined}, ${v.isEmpty}")}` will not println anything
I didn’t find any field in Statement indicating whether to use the AS field. I think it’s necessary to mark it.
### I have found these related issues/pull requests I haven't found similar issues ### Description If a field in the query statement is of `super` data-type an error is reported:...