You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the feature and found no similar feature requirement.
Description
Looked at the doc in https://seatunnel.apache.org/zh-CN/docs/2.3.8/transform-v2/dynamic-compile, see below example
class name and package name are not allowed in source code, if I added them, there will be compile error. This is quite strange, you know, the source code is not validated java class.
If I need to modify the source code, I have to manually add package name and class name, after completion, I remove the package name and class name before running seatunnal job, this is quite incontinent.
In groovy DynamicCompile example, class name is allowed, I expect java DynamicCompile can also support this.
Search before asking
Description
Looked at the doc in https://seatunnel.apache.org/zh-CN/docs/2.3.8/transform-v2/dynamic-compile, see below example
class name and package name are not allowed in source code, if I added them, there will be compile error. This is quite strange, you know, the source code is not validated java class.
If I need to modify the source code, I have to manually add package name and class name, after completion, I remove the package name and class name before running seatunnal job, this is quite incontinent.
In groovy DynamicCompile example, class name is allowed, I expect java DynamicCompile can also support this.
Usage Scenario
Use java DynamicCompile source code to customize transformation.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: