Hisoka-X commented on code in PR #7264: URL: https://github.com/apache/seatunnel/pull/7264#discussion_r1696179515
########## seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/dynamiccompile/parse/JavaClassLayer.java: ########## @@ -21,24 +21,29 @@ import java.util.function.Function; -public class JavaClassUtil extends ParseUtil { - - public static Class<?> parseWithCache(String sourceCode) { +public class JavaClassLayer extends AbstractLayer { Review Comment: change Layer to Parser? -- 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