chestnut-c commented on code in PR #8223:
URL: https://github.com/apache/inlong/pull/8223#discussion_r1227992867
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/node/base/ExtractNodeProvider.java:
##########
@@ -60,8 +61,23 @@ public interface ExtractNodeProvider extends NodeProvider {
*/
default List<FieldInfo> parseStreamFieldInfos(List<StreamField>
streamFields, String nodeId) {
// Filter constant fields
+ return parseStreamFieldInfos(streamFields, nodeId, null);
+ }
+
+ /**
+ * Parse StreamFieldInfos
+ *
+ * @param streamFields The stream fields
+ * @param nodeId The node id
+ * @param dataTypeMappingStrategy The data type mapping operation strategy
+ * @return FieldInfo list
+ */
+ default List<FieldInfo> parseStreamFieldInfos(List<StreamField>
streamFields, String nodeId,
Review Comment:
> parseStreamFieldInfos
overloaded method
--
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]