snuyanzin commented on code in PR #20850:
URL: https://github.com/apache/flink/pull/20850#discussion_r999264790
##########
flink-table/flink-table-planner/pom.xml:
##########
@@ -347,6 +367,7 @@ under the License.
<include>com.google.guava:failureaccess</include>
<include>commons-codec:commons-codec</include>
<include>commons-io:commons-io</include>
+
<include>org.checkerframework:checker-qual</include>
Review Comment:
I fear it will not work after relocation because of this line at
`core/src/main/java/org/apache/calcite/util/ImmutableBeans.java` (line numbers
144-147)
```java
final boolean required = propertyType.isPrimitive()
|| !hasAnnotation(
method.getAnnotatedReturnType(),
"org.checkerframework.checker.nullness.qual.Nullable");
```
i will also double check it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]