LeonYoah commented on issue #10403:
URL: https://github.com/apache/seatunnel/issues/10403#issuecomment-3864342871

   > > Thanks for reporting this. Based on the current codebase, I'd like to 
clarify a few points to help diagnose the issue:
   > > 
   > > 1. 该 `CommonOptions` class in 2.3.x is located at 
`org.apache.seatunnel.api.table.type.CommonOptions` (see 
`seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/CommonOptions.java`),
 **not** `org.apache.seatunnel.api.common.CommonOptions` as shown in your 
error. Does your UDF code explicitly reference 
`org.apache.seatunnel.api.common.CommonOptions`?
   > > 2. Regarding your concern about `result_table_name`/`source_table_name` 
vs `plugin_output`/`plugin_input`: current versions maintain backward 
compatibility through fallback keys (see 
`seatunnel-api/src/main/java/org/apache/seatunnel/api/options/ConnectorCommonOptions.java`),
 so both configurations work correctly.
   > > 3. Could you provide:
   > >    
   > >    * Your complete UDF code (especially the `import` statements)
   > >    * The full error stack trace
   > >    * Confirmation that your UDF implements `ZetaUDF` interface with 
`@AutoService(ZetaUDF.class)` annotation
   > > 
   > > This will help us determine if the root cause is incorrect imports in 
your UDF or a documentation issue.
   > > 这是我的代码 :
   > 
   > <img alt="Image" width="822.4000244140625" height="649.1375122070312" 
src="https://private-user-images.githubusercontent.com/21357134/540906971-1d05a210-b4f7-4ecc-b06f-eca9e644217d.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzA0NjQwOTAsIm5iZiI6MTc3MDQ2Mzc5MCwicGF0aCI6Ii8yMTM1NzEzNC81NDA5MDY5NzEtMWQwNWEyMTAtYjRmNy00ZWNjLWIwNmYtZWNhOWU2NDQyMTdkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMjA3VDExMjk1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNjMDIzNzA4Zjc2MjI1OTNiY2IzMzQxOTFjZTA1ZWNlY2Q2Y2RiMDY0NmRlZmE0M2ZlYzNmNmE5ZDY1OGM3NTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Y3aEH6afa5RYhmCUE0PvQ52zd7RrUbORzMiD6AxlRdI";>,顺便说一下,我在2.3.6版本中使用同样的udf是不报错的,但是到2.3.10就报错,
   
   Could you please paste the pom.xml?


-- 
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]

Reply via email to