liunaijie commented on issue #7740: URL: https://github.com/apache/seatunnel/issues/7740#issuecomment-2372839801
> > hi, i update the DynamicCompile Document recently https://github.com/apache/seatunnel/pull/7730/files, you can take a look > > That is to say, my code is incorrect and cannot be written this way; it only supports simple transformations and does not support aggregation or deduplication operations. Hi, base my understand, DynamicCompile is not support `Filter` data. @jackyyyyyssss please correct me if i am wrong. If you want filter the duplicated data, you can do like this: 1. use `DynamicalCompile` transform, add a flag column. 2. use `Sql` transform to filter that flag mark as duplicated. -- 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]
