You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2014/05/23 19:47:02 UTC

[jira] [Created] (SAMZA-270) Fix erasure warning in TestKeyValuePerformance

Jakob Homan created SAMZA-270:
---------------------------------

             Summary: Fix erasure warning in TestKeyValuePerformance
                 Key: SAMZA-270
                 URL: https://issues.apache.org/jira/browse/SAMZA-270
             Project: Samza
          Issue Type: Improvement
          Components: kv
    Affects Versions: 0.7.0
            Reporter: Jakob Homan
             Fix For: 0.8.0


Post SAMZA-254, the check task has the following warning:
{noformat}/Users/jhoman/repos/samza/samza-test/src/main/scala/org/apache/samza/test/performance/TestKeyValuePerformance.scala:116: warning: non-variable type argument Array[Byte] in type org.apache.samza.storage.kv.KeyValueStorageEngine[Array[Byte],Array[Byte]] is unchecked since it is eliminated by erasure
      val db = if (!engine.isInstanceOf[KeyValueStorageEngine[Array[Byte], Array[Byte]]]) \{{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)