clairemcginty commented on PR #33368: URL: https://github.com/apache/beam/pull/33368#issuecomment-2583095096
> a last resort would be using reflection to handle both constructor or builder. Say, use a try to encapsulate the constictor call, when using 3.x dependency ut will throw an error, catch that Exception and construct the instance using Reflection. Is that possible to do? I think that makes sense... so we'd keep the official Beam dep on 2.x. but try to reflectively construct a 3.x instance first? -- 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]
