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

Fix: Bug when function package jar/py/go and runtime is not set #4814

Merged
merged 1 commit into from
Jul 26, 2019

Conversation

jerrypeng
Copy link
Contributor

Modifications

When submitting a function via REST interface, if user doesn't provide the function package or function runtime as part of function config, the function will get submitted and deployed to run but the typeClassName for the source will not be set causing a weird error in the function instance code

@jerrypeng jerrypeng added type/bug The PR fixed a bug or issue reported a bug area/function labels Jul 25, 2019
@jerrypeng jerrypeng added this to the 2.4.1 milestone Jul 25, 2019
@jerrypeng jerrypeng requested review from merlimat and sijie July 25, 2019 18:58
@jerrypeng jerrypeng self-assigned this Jul 25, 2019
@jerrypeng
Copy link
Contributor Author

rerun cpp tests

1 similar comment
@jerrypeng
Copy link
Contributor Author

rerun cpp tests

@jerrypeng
Copy link
Contributor Author

rerun java8 tests
rerun integration tests

@sijie sijie merged commit e1547e1 into apache:master Jul 26, 2019
jiazhai pushed a commit that referenced this pull request Aug 28, 2019
### Modifications

When submitting a function via REST interface, if user doesn't provide the function package or function runtime as part of function config, the function will get submitted and deployed to run but the typeClassName for the source will not be set causing a weird error in the function instance code
(cherry picked from commit e1547e1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/function type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants