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)