Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.26.0, 1.27.0
-
None
Description
Calling JdbcTable.scan will result in a NullPointerException because inside JdbcTable.fieldClasses protoRowType is null.
This could easily be fixed by replacing
final RelDataType rowType = requireNonNull(protoRowType, "protoRowType").apply(typeFactory);
with
final RelDataType rowType = getRowType(typeFactory);
Attachments
Issue Links
- links to