Package org.apache.hadoop.hbase.client
Class TestGetScanPartialResult
java.lang.Object
org.apache.hadoop.hbase.client.TestGetScanPartialResult
Testcase for HBASE-21032, where use the wrong readType from a Scan instance which is actually a
get scan and cause returning only 1 cell per rpc call.
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final byte[]
static final HBaseClassTestRule
private static final int
private static final byte[]
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static byte[]
makeLargeValue
(int size) static void
setUp()
static void
tearDown()
void
test()
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
TABLE
-
CF
-
ROW
-
VALUE_SIZE
- See Also:
-
NUM_COLUMNS
- See Also:
-
-
Constructor Details
-
TestGetScanPartialResult
public TestGetScanPartialResult()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
makeLargeValue
-
test
- Throws:
IOException
-