diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-08-15 20:23:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-08-15 20:24:01 -0700 |
commit | c3c2760fb388059a9942a61965b79c42bc03f11b (patch) | |
tree | be775530bcf1c227ed22f8bb73fbfd1e536df4d5 /scalding/src/test/scala | |
parent | 3c42a789d121445fdc7608bc642129189bee07f5 (diff) | |
download | sandcrawler-c3c2760fb388059a9942a61965b79c42bc03f11b.tar.gz sandcrawler-c3c2760fb388059a9942a61965b79c42bc03f11b.zip |
unrelated TODO about testing with null HBase values
Diffstat (limited to 'scalding/src/test/scala')
-rw-r--r-- | scalding/src/test/scala/sandcrawler/HBaseStatusCountTest.scala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scalding/src/test/scala/sandcrawler/HBaseStatusCountTest.scala b/scalding/src/test/scala/sandcrawler/HBaseStatusCountTest.scala index fe3ff21..0da0b9c 100644 --- a/scalding/src/test/scala/sandcrawler/HBaseStatusCountTest.scala +++ b/scalding/src/test/scala/sandcrawler/HBaseStatusCountTest.scala @@ -30,6 +30,7 @@ class HBaseStatusCountTest extends FunSpec with TupleConversions { val statusType2Bytes = Bytes.toBytes(statusType2) val sampleData : List[List[Array[Byte]]] = List( + // TODO(bnewbold): now to express a null (empty value) in this list? List(Bytes.toBytes("sha1:K2DKSSVTXWPRMFDTWSTCQW3RVWRIOV3Q"), statusType1Bytes), List(Bytes.toBytes("sha1:C3YNNEGH5WAG5ZAAXWAEBNXJWT6CZ3WU"), statusType1Bytes), List(Bytes.toBytes("sha1:SDKUVHC3YNNEGH5WAG5ZAAXWAEBNX4WT"), statusType2Bytes), |