You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Hi Team,
when I query data from SQL server, if I intent to control the CPU usage, I always use
select * from XXX option (MAXDOP 1)
How to achieve this by spark sql connector?
I tried to pass above query through option("query"), it throws a syntax error.
java.lang.Error: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near the keyword 'OPTION'.
The text was updated successfully, but these errors were encountered: