Hi all!

Can we use spark_phoenix in a way just like in normal java api we can pass
start row to filter data as follow
*//creating a scan object with start and stop row keys*
*Scan scan = new Scan(Bytes.ToBytes("a.b.x|1"),Bytes.toBytes("a.b.x|2"); *

Reply via email to