HBASE-26312 Shell scan fails with timestamp (#3734)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
c410baebe3
commit
7832518d8a
|
@ -556,7 +556,7 @@ EOF
|
|||
end
|
||||
|
||||
scan.setScanMetricsEnabled(enablemetrics) if enablemetrics
|
||||
scan.setTimeStamp(timestamp) if timestamp
|
||||
scan.setTimestamp(timestamp) if timestamp
|
||||
scan.setCacheBlocks(cache_blocks)
|
||||
scan.setReversed(reversed)
|
||||
scan.setCaching(cache) if cache > 0
|
||||
|
|
|
@ -35,6 +35,6 @@ public class TestTableShell extends AbstractTestShell {
|
|||
|
||||
@Override
|
||||
protected String getIncludeList() {
|
||||
return "test_table.rb";
|
||||
return "table_test.rb";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue