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

Remove function name from TableFunctionHandle #17117

Merged
merged 2 commits into from
Apr 21, 2023

Conversation

kasiafi
Copy link
Member

@kasiafi kasiafi commented Apr 19, 2023

Use the ConnectorTableFunctionHandle as the function's identity in ConnectorSplitManager and FunctionProvider.

Changes spi methods FunctionProvider.getTableFunctionProcessorProvider and ConnectorSplitManager.getSplits. The methods are marked as @Experimental.

Release notes

( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Apr 19, 2023
@kasiafi kasiafi force-pushed the 485TFHandle branch 3 times, most recently from f555c2e to 8407cd4 Compare April 20, 2023 14:20
kasiafi added 2 commits April 21, 2023 09:58
Use the ConnectorTableFunctionHandle as the function's
identity in ConnectorSplitManager and FunctionProvider.
@kasiafi kasiafi merged commit 000dd65 into trinodb:master Apr 21, 2023
@github-actions github-actions bot added this to the 415 milestone Apr 21, 2023
@colebow colebow added no-release-notes This pull request does not require release notes entry and removed no-release-notes This pull request does not require release notes entry labels Apr 26, 2023
@colebow
Copy link
Member

colebow commented Apr 26, 2023

Do we need a release note for this? cc @kasiafi @martint

@martint
Copy link
Member

martint commented Apr 26, 2023

No, it’s an internal change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants