[
https://issues.apache.org/jira/browse/HBASE-15572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220579#comment-15220579
]
Ted Yu commented on HBASE-15572:
--------------------------------
{code}
93 val minStamp = parameters.get(HBaseRelation.MIN_STAMP).map(_.toLong)
94 val maxStamp = parameters.get(HBaseRelation.MAX_STAMP).map(_.toLong)
{code}
MIN_STAMP -> MIN_TIMESTAMP
MAX_STAMP -> MAX_TIMESTAMP
{code}
243 case _ => throw new IllegalArgumentException("Invalid combination
of query/timestamp/time range provided")
{code}
Better include relation.timestamp, relation.minStamp, relation.maxStamp in the
message.
> Adding optional timestamp semantics to HBase-Spark
> --------------------------------------------------
>
> Key: HBASE-15572
> URL: https://issues.apache.org/jira/browse/HBASE-15572
> Project: HBase
> Issue Type: Improvement
> Components: spark
> Reporter: Weiqing Yang
> Assignee: Weiqing Yang
> Attachments: HBASE-15572-1.patch
>
>
> Right now the timestamp is always latest. With this patch, users can select
> timestamps they want.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)