Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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)