hailin0 commented on code in PR #6618: URL: https://github.com/apache/seatunnel/pull/6618#discussion_r1641220291
########## seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/JsonToRowConverters.java: ########## @@ -92,103 +92,33 @@ private JsonToRowConverter createNotNullConverter(SeaTunnelDataType<?> type) { case ROW: return createRowConverter((SeaTunnelRowType) type); case NULL: - return new JsonToRowConverter() { Review Comment: The flink or spark serialization compiler does not support lambda, so this code cannot be updated -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org