snuyanzin commented on code in PR #26144:
URL: https://github.com/apache/flink/pull/26144#discussion_r1952261112
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/extraction/DataTypeExtractor.java:
##########
@@ -335,7 +335,7 @@ private DataType extractDataTypeOrError(
// early and helpful exception for common mistakes
checkForCommonErrors(type);
- // PREDEFINED
+ // PREDEFINED and DESCRIPTOR
resultDataType = extractPredefinedType(template, type);
Review Comment:
given the fact that extract method here and for others contains type, should
it be also renamed?
--
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]