You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Srinivasulu Punuru (JIRA)" <ji...@apache.org> on 2019/01/15 22:03:00 UTC

[jira] [Created] (SAMZA-2069) Enable assertions in Samza SQL tests

Srinivasulu Punuru created SAMZA-2069:
-----------------------------------------

             Summary: Enable assertions in Samza SQL tests
                 Key: SAMZA-2069
                 URL: https://issues.apache.org/jira/browse/SAMZA-2069
             Project: Samza
          Issue Type: Bug
          Components: sql
            Reporter: Srinivasulu Punuru
            Assignee: Srinivasulu Punuru


Right now the  assertions are disabled while running test because of a calcite bug in  RelOptUtil#eq. it checks for the type1 != type2 rather than !type1.equals(type2)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)