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
While a proper implementation integrating at the JVM level (#541) will take time, we can create a quick prototype by wrapping pylance into PySpark functions.
Minimal scope:
Read (no pushdown)
Append, Overwrite, Create
If there is an easy way to enable read pushdown, we can add that to scope. But I don't see any extension API from Spark that allows that.
The text was updated successfully, but these errors were encountered:
While a proper implementation integrating at the JVM level (#541) will take time, we can create a quick prototype by wrapping pylance into PySpark functions.
Minimal scope:
If there is an easy way to enable read pushdown, we can add that to scope. But I don't see any extension API from Spark that allows that.
The text was updated successfully, but these errors were encountered: