Skip to content

docs: Add debugging udfs docs #4714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 8, 2025
Merged

docs: Add debugging udfs docs #4714

merged 3 commits into from
Jul 8, 2025

Conversation

colin-ho
Copy link
Contributor

@colin-ho colin-ho commented Jul 7, 2025

Changes Made

Add a section in the UDF docs about how to debug udfs

Related Issues

Closes #3796

Checklist

  • Documented in API Docs (if applicable)
  • Documented in User Guide (if applicable)
  • If adding a new documentation page, doc is added to docs/mkdocs.yml navigation
  • Documentation builds and is formatted properly (tag @/ccmao1130 for docs review)

@colin-ho colin-ho requested a review from ccmao1130 as a code owner July 7, 2025 18:38
@github-actions github-actions bot added the docs label Jul 7, 2025
Copy link

codecov bot commented Jul 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.12%. Comparing base (20126e9) to head (cfa7da8).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4714      +/-   ##
==========================================
+ Coverage   78.02%   78.12%   +0.09%     
==========================================
  Files         867      867              
  Lines      119724   119642      -82     
==========================================
+ Hits        93418    93473      +55     
+ Misses      26306    26169     -137     

see 19 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@colin-ho colin-ho merged commit bee5c4c into main Jul 8, 2025
49 of 50 checks passed
@colin-ho colin-ho deleted the colin/debug-udf-docs branch July 8, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support interactive debugging of UDFs using the native runner
2 participants