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
docs(skill): point at spark __all__ instead of enumerating
Enumerating spark functions in the user-facing skill duplicates the
__all__ list in python/datafusion/functions/spark.py and will drift the
moment a new function lands or is renamed. Replace the per-function
listing with a category summary and a discovery snippet that queries
the actual __all__ at runtime, which is the authoritative source.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments