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

   @zkaoudi I adapted the test to execute the operator using an in-memory 
HSQLDB instance.
   The test now reaches the SQL execution stage, but the generated SQL fails 
with:
   
   java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: A
   
   This appears to come from the SQL generated by GenericJdbcJoinOperator, 
where the column reference becomes detached from its table alias and HSQLDB 
interprets it as a table identifier.
   Since the execution pipeline is now working and the failure occurs inside 
the generated SQL, could you confirm whether the expected approach is to adjust 
the SQL implementation mapping for GenericJdbcJoinOperator or whether the 
operator itself needs modification?


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