Skip to content
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

[Feature] support lua UDF #5979

Closed
wants to merge 12 commits into from
Closed

[Feature] support lua UDF #5979

wants to merge 12 commits into from

Conversation

stdpain
Copy link
Contributor

@stdpain stdpain commented Jun 6, 2021

Proposed changes

support lua udf

Types of changes

What types of changes does your code introduce to Doris?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)
  • Code refactor (Modify the code structure, format the code, etc...)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have created an issue on (Fix [Feature][UDF] support LUA UDF #5977 ) and described the bug/feature there in detail
  • Compiling and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • If these changes need document changes, I have updated the document
  • Any dependent changes have been merged

Further comments

later we could support lua JIT

@yangzhg yangzhg added the area/udf Issues or PRs related to the UDF label Jun 7, 2021
@yangzhg
Copy link
Member

yangzhg commented Jun 7, 2021

how to support multiple lua files such as use some package

@stdpain
Copy link
Contributor Author

stdpain commented Jun 7, 2021

how to support multiple lua files such as use some package

We could use some Lua Package Utils to pack them to a single File, such as lua-amalg

@stdpain
Copy link
Contributor Author

stdpain commented Sep 29, 2021

Is there anyone willing to review my feature ?

@stdpain stdpain closed this Oct 10, 2021
@morningman morningman mentioned this pull request Mar 8, 2022
3 tasks
@wzymumon wzymumon mentioned this pull request May 31, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/udf Issues or PRs related to the UDF
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][UDF] support LUA UDF
2 participants