Hisoka-X commented on code in PR #2934:
URL:
https://github.com/apache/incubator-seatunnel/pull/2934#discussion_r983021828
##########
seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/JsonToRowConverters.java:
##########
@@ -83,33 +86,103 @@ private JsonToRowConverter
createNotNullConverter(SeaTunnelDataType<?> type) {
case ROW:
return createRowConverter((SeaTunnelRowType) type);
case NULL:
- return jsonNode -> null;
+ return new JsonToRowConverter() {
Review Comment:
Add comment about why not use lambda.
--
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]