Jacques Nadeau created CALCITE-4831: ---------------------------------------
Summary: Cleanup Nullable rule annotations post fix for Immutables checker conflict bug Key: CALCITE-4831 URL: https://issues.apache.org/jira/browse/CALCITE-4831 Project: Calcite Issue Type: Task Reporter: Jacques Nadeau Immutables has a small incompatibility issue when compiling cross-module using the checker nullable annotations (works fine with javax.annotation.Nullable). They are looking to fix it shortly. In the meantime, we need to double-annotation the description field of RelRule.Config to allow separate module Immutables to be correctly generated with description as a nullable field. This requires a second annotation and whitelisting RelRule in the autostyle application. Pending on this ticket: https://github.com/immutables/immutables/issues/1262 -- This message was sent by Atlassian Jira (v8.3.4#803005)