I have created a external hive table that points on top of a HBASE table. I understand HBASE stores multiple versions of a column.
My understanding is that the hive query on HBASE will fetch the latest version from the HBASE for a column.
Is there a way i can mention the version of a column to be retrieved either (VERSIONS or TIMERANGE hbase clause) ?