mxm commented on code in PR #26100:
URL: https://github.com/apache/flink/pull/26100#discussion_r2128213018
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/data/RowData.java:
##########
@@ -286,9 +286,6 @@ static FieldGetter createFieldGetter(LogicalType fieldType,
int fieldPos) {
default:
throw new IllegalArgumentException();
}
- if (!fieldType.isNullable()) {
- return fieldGetter;
- }
Review Comment:
0053b41d5d07252fef468e43c33f30b7fd1e27da now contains this fix.
--
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]