peter-toth commented on pull request #34709: URL: https://github.com/apache/spark/pull/34709#issuecomment-979111758
> As far as I understand now, we will be not able to add partitioning without nesting the user query, as we are already doing. @peter-toth what do you think? Either we nest the user query (but MSSQL doesn't support it if the query has a CTE clause) or we split the query to a WITH and a SELECT clauses as my PR: https://github.com/apache/spark/pull/34693 does. But splitting a query programatically is quite tough so I let the user to do it... -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
