mohit-devlogs commented on PR #708:
URL: https://github.com/apache/wayang/pull/708#issuecomment-3998864674

   > I think there is a deeper issue with the jdbc executor, so it would be 
enough if your test just checks if the right SQL statement is created, just 
like the `JdbcJoinOperatorTest` does
   
   Thanks for the clarification. I understand that the test should only verify 
the SQL generation, similar to JdbcJoinOperatorTest, rather than executing the 
query. I am currently adjusting the test accordingly. While doing so, I also 
noticed the issue in the JDBC executor related to stages with multiple sources 
(which affects JOIN operations). I am investigating it to understand whether it 
needs to be addressed or if the test should simply focus on SQL generation as 
suggested.
   
   I will update the test and push the changes shortly.


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