bilst-visa commented on issue #7974:
URL: https://github.com/apache/seatunnel/issues/7974#issuecomment-2453919251

   Here's my analysis:
   
   I debugged the code and found that currently when we give where clause 
separately, the statement which gets executed is like below 
   "SELECT * FROM (SELECT 'name', 'age' from 'xyz') tmp where emp_id=100" which 
is not the correct behavior. I think it should be "SELECT 'name', 'age' from 
'xyz' where emp_id=100"


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