Mihai Budiu created CALCITE-6541: ------------------------------------ Summary: Type inference for MOD operator is incorrect Key: CALCITE-6541 URL: https://issues.apache.org/jira/browse/CALCITE-6541 Project: Calcite Issue Type: Bug Components: core Affects Versions: 1.37.0 Reporter: Mihai Budiu
One would expect MOD(BIGINT, INT) to produce a BIGINT result, but the type is inferred as INT. -- This message was sent by Atlassian Jira (v8.20.10#820010)