Conversation
Add two new doc pages for the UDTF features introduced in Geneva 0.11.0: - Scalar UDTFs (1:N row expansion) for chunking, splitting, tiling - Batch UDTFs (N:M transformations) for deduplication, clustering, aggregation Also updates the UDF index page with a UDFs vs UDTFs overview section and adds both pages to the docs.json navigation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add geneva/overview/udfs-and-udtfs.mdx with table-based illustrations of 1:1, 1:N, and N:M transformations - Move comparison table out of scalar-udtfs into the overview page - Remove UDFs vs UDTFs blurb from UDF index (now in overview) - Use @udtf instead of @geneva.udtf throughout - Update scalar UDTF inherited columns example to exclude duration - Reorder sections: choosing the right type and at-a-glance first Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Reorganize nav: Overview, Transforms, Built-in Providers, Running Jobs, Deployment (eliminate Operations group) - Move Materialized Views to Running Jobs, UDFs and UDTFs to Transforms intro - Rename "UDFs and UDTFs" → "Understanding Transforms" - Rename "Working with UDFs" → "UDFs" with spelled-out titles - Add intro paragraph and description to UDF page - Rename "Converting functions into UDFs" → "Defining a UDF" - Use @udtf instead of @geneva.udtf throughout Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Move Understanding Transforms to udfs/index.mdx (group landing page) - Move UDF reference to udfs/udfs.mdx - Rename Built-in Providers → Built-in Transforms in nav - Update all cross-references for new paths - Clean up trailing whitespace in udfs, blobs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jmhsieh
commented
Mar 13, 2026
| @@ -1,284 +1,97 @@ | |||
| --- | |||
Contributor
Author
There was a problem hiding this comment.
The old content of this file moved to udfs.mdx. This now provides an overview and decision workflow for the three types of udfs/udtfs.
prrao87
approved these changes
Mar 13, 2026
Contributor
prrao87
left a comment
There was a problem hiding this comment.
Rendering on staging looks good to me, great flow overall!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code