mohit-devlogs commented on PR #708: URL: https://github.com/apache/wayang/pull/708#issuecomment-3996149762
> Yes, there should be something wrong with the genericjdbc implementation. As the `JdbcJoinOperatorTest.java` works correctly it has to be a bug in the generic jdbc module. You can go ahead and fix it in this PR. Then I can check the changes. Thanks for the hint. The issue was caused by GenericJdbcTableSource interpreting the first constructor argument as jdbcName, which led to configuration lookups like wayang.A.jdbc.url. I fixed the implementation so it correctly uses the Generic JDBC configuration and the join test now executes successfully. -- 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]
