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

   I have extended the unit test to execute the GenericJdbcJoinOperator via 
JdbcExecutor against an in-memory HSQLDB instance. However, I am facing the 
following issue when I run the code:
   
   java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: 
ID1
   
   This issue occurs when the `GenericSqlToStreamOperator` tries to execute the 
query. I have checked the schema initialization and also tested different 
strategies for the identifier. However, this issue still occurs. I suspect that 
this issue occurs because of the aliasing that takes place in the SQL 
generation and the aliasing that takes place in the HSQLDB database. Since this 
issue prevents the build from passing, I have left the execution-level test 
local. Would you like me to commit the code, and you can look at the execution 
code, or is there a different approach that we should take to test the 
execution of the operators in this module?
   
   @mspruc 


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