arshadmohammad commented on issue #7974: URL: https://github.com/apache/seatunnel/issues/7974#issuecomment-2456451843
My understanding is that in SeaTunnel queries, we have two WHERE clauses: an inner WHERE clause and an outer WHERE clause. When the job configuration file is created manually, users can decide what to include in the inner and outer WHERE clauses without any issues. However, in SeaTunnel-Web, there is currently no option to generate an inner WHERE clause; only the outer WHERE clause is supported. I suggest that SeaTunnel-Web internally appends the WHERE clause to the main query, ensuring that only the inner WHERE clause is used. Any thoughts on this? -- 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]
