Blog post on async user defined functions#96
Open
Adez017 wants to merge 9 commits intoapache:mainfrom
Open
Conversation
Contributor
|
Thanks @Adez017 -- I will put it on my lst |
Contributor
|
FYI @goldmedal perhaps you are interested in helping author this blog post too |
Contributor
Author
|
Hi @alamb @goldmedal I had made a lot of changes and think its ready |
goldmedal
reviewed
Jul 28, 2025
Co-authored-by: Jax Liu <[email protected]>
Co-authored-by: Jax Liu <[email protected]>
Co-authored-by: Jax Liu <[email protected]>
Contributor
Author
|
hi @goldmedal as per your suggesstion i had made the changes , please take a look around |
Contributor
Author
|
CC: @alamb |
Jefffrey
reviewed
Sep 29, 2025
Jefffrey
left a comment
There was a problem hiding this comment.
Some overall thoughts from me:
- Personally not a fan of how "hype" the language in the post is; it reads as far too much marketing speak to me, and in my opinion a more reserved but focused tone on the technical details might leave a better impression. As it currently is, it reads like a blog post a startup would post about their product, which isn't necessarily a bad thing in and of itself, but I don't know if that's the kind of tone we're aiming for in these blogs posts 🤔
- It would be better if the example was a concrete example and not a dummy example. This relates to the previous comment too; if this feature is being hyped so much, at least a concrete example should be provided instead of a template that leaves the actual "async work" up to the imagination of the reader
- Perhaps we should mention how async UDFs differ from table sources; it might seem obvious, but some of the use cases for async UDFs mentioned here (e.g.
Fetch data from cloud object storage on demand) sounds like something you'd achieve via querying tables rather than something you'd do in an async UDF
These are just my personal opinions, feel free to consult other opinions which might differ from mine 👍
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.
Hi @alamb, just finished drafting the basic post with all the things you had mentioned in #16525 . I need you to review for further updates that make it killer