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: Support multiple table functions in queries #3685

Merged
merged 4 commits into from
Oct 29, 2019

Conversation

purplefox
Copy link
Contributor

@purplefox purplefox commented Oct 27, 2019

Description

Fixes #3513

This is the first PR in a stack.

This PR provides the implementation of multiple table functions.

Testing done

New QTT tests as appropriate

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 #")

Copy link
Contributor

@agavra agavra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly LGTM, thanks @purplefox - it'd be nice to have unit test coverage on the KudtfFlatMapper

@agavra agavra requested a review from a team October 28, 2019 22:38
Copy link
Contributor

@agavra agavra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @purplefox

@purplefox purplefox merged commit 44be5a2 into confluentinc:master Oct 29, 2019
@purplefox purplefox deleted the multiple_tfs_0 branch January 26, 2020 22:11
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: Extend table function implementation to support multiple functions in SELECT
2 participants