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

feat: Implement describe and list functions for UDTFs #3716

Merged
merged 4 commits into from
Nov 2, 2019

Conversation

purplefox
Copy link
Contributor

Description

Fixes #3517

This PR is stacked on #3690 please make sure you don't review previous commits when reviewing this!

This PR supports table functions when describing and listing functions.

Testing done

Added new tests

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@purplefox purplefox requested a review from a team as a code owner November 1, 2019 23:56
@purplefox purplefox force-pushed the describe_functions_6 branch from 6c91268 to 252ef45 Compare November 2, 2019 00:04
@purplefox purplefox merged commit f05e262 into confluentinc:master Nov 2, 2019
purplefox added a commit to purplefox/ksql that referenced this pull request Nov 2, 2019
)

This PR implements describe and list functions for table functions. It also does some refactoring of the existing describe and list functions code to make it simpler.
purplefox added a commit to purplefox/ksql that referenced this pull request Nov 2, 2019
)

This PR implements describe and list functions for table functions. It also does some refactoring of the existing describe and list functions code to make it simpler.
purplefox added a commit that referenced this pull request Nov 5, 2019
This PR implements describe and list functions for table functions. It also does some refactoring of the existing describe and list functions code to make it simpler.
@purplefox purplefox deleted the describe_functions_6 branch January 26, 2020 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Augment list functions and describe function to include table functions
1 participant