You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter in SELECT COUNT(*) FROM druid.foo WHERE 1 < m2 AND m2 < 4 is incorrectly simplified to just m2 < 4. The root cause is https://issues.apache.org/jira/browse/CALCITE-2007 so this will require a Calcite fix and upgrade.
The filter in
SELECT COUNT(*) FROM druid.foo WHERE 1 < m2 AND m2 < 4is incorrectly simplified to justm2 < 4. The root cause is https://issues.apache.org/jira/browse/CALCITE-2007 so this will require a Calcite fix and upgrade.