Hey, I am new here. I was just browsing through the code base, and I just wanted to know why the Scanner's *setTimeRange()* is not implemented for gora-hbase.
>From here https://github.com/apache/gora/blob/0.2.1/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L351 I see *addTimeRange()* for Get, but not for the Scan. Or am I missing something very obvious? -- Ashwanth Kumar

