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
How to avoid schema inference when schema provided? I have complex queries and this queries consume significant resources just for schema inference (WHERE 1=0). Is it possible to avoid queries like this:
SELECT * FROM (select 7 as xxx) SPARK_GEN_SUBQ_139 WHERE 1=0
Hello,
How to avoid schema inference when schema provided? I have complex queries and this queries consume significant resources just for schema inference (
WHERE 1=0
). Is it possible to avoid queries like this:This query is generated on
load()
:The text was updated successfully, but these errors were encountered: