Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.33.0
-
None
Description
In the most part we are using checkerframework annotations (org.checkerframework.checker.nullness.qual) for specifying nullability. There are 2 places, namely ScannableTableTest and UtilTest where we have nullability annotations from org.jetbrains.annotations package.
To keep things consistent and also avoid mixing up annotations from different providers in the future, I propose to remove the last references to org.jetbrains.annotations and exclude the org.jetbrains:annotations dependency from the build to avoid accidentally using such annotations in the future.
Attachments
Issue Links
- relates to
-
CALCITE-4199 Add nullability annotations to the methods and fields, ensure consistency with checkerframework
- Closed
- links to