yuxiqian commented on PR #3826: URL: https://github.com/apache/flink-cdc/pull/3826#issuecomment-2567525957
`1.Change Map<Tuple2<TableId, TransformProjection>, TransformProjectionProcessor> transformProjectionProcessorMap into Map<Tuple2<TableId, String>, TransformProjectionProcessor> transformProjectionProcessorMap.` Seems you're changing the key of this map from "[TableId, TransformProjection]` to `[Transform, TransformProjection#projection]`. However the problem is Projection string is a field of TransformProjection. If `TransformProjection` has collision, how can the `ProjectionString` be OK? -- 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]
