-
Notifications
You must be signed in to change notification settings - Fork 169
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
docs: add guide to adding a new expression #422
Conversation
Notes from comet community meeting:
Questions:
|
This is looking great @tshauck. Could you fix the merge conflict? |
Thanks, @andygrove -- I think the conflict is resolved now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending CI
@andygrove Conflict should actually be fixed now, thanks @kazuyukitanimura |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you @tshauck
* docs: add guide to adding a new expression * docs: revise with presentation info * docs: fix warning * docs: fix header level * docs: better info about handling datafusion udfs * docs: grammar/typos/etc * docs: clarify datafusion/datafusion comet path * docs: clarify language about `isSpark32` * docs: fix error (cherry picked from commit 9acb3df)
Which issue does this PR close?
Part of #370 (haven't added anything on cast or aggregate, mainly scalar func)
Rationale for this change
Make it easier for people to contribute new expressions.
What changes are included in this PR?
A new markdown file in the contributor guide.
How are these changes tested?
Not yet, I haven't tried building the docs. Will do before marking this PR ready.Built the docs and reviewed the HTML.