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

Allow capturing authorization details in JdbcTableHandle #15197

Merged

Conversation

Praveen2112
Copy link
Member

Additional details can be used for tracking/debugging purpose

Description

Additional context and related issues

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 Nov 25, 2022
@findepi findepi self-requested a review November 28, 2022 09:08
@Praveen2112 Praveen2112 marked this pull request as ready for review November 30, 2022 07:01
@Praveen2112 Praveen2112 force-pushed the praveen/jdbc_additional_information branch 2 times, most recently from 1ad6eec to 8c10654 Compare December 5, 2022 13:18
@Praveen2112 Praveen2112 changed the title Allow capturing additional details in JdbcTableHandle Allow capturing authorization details in JdbcTableHandle Dec 5, 2022
@@ -478,7 +486,8 @@ public Optional<JoinApplicationResult<ConnectorTableHandle>> applyJoin(
.addAll(leftReferencedTables)
.addAll(rightReferencedTables)
.build())),
nextSyntheticColumnId),
nextSyntheticColumnId,
Optional.empty()),
Copy link
Member

Choose a reason for hiding this comment

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

It should not be empty. Take authorization from one of the table handles as both have the same.

@kokosing
Copy link
Member

kokosing commented Dec 5, 2022

LGTM % comment

@Praveen2112 Praveen2112 force-pushed the praveen/jdbc_additional_information branch from 8c10654 to 44b5749 Compare December 5, 2022 15:27
@Praveen2112 Praveen2112 merged commit b252b3a into trinodb:master Dec 10, 2022
@github-actions github-actions bot added this to the 404 milestone Dec 10, 2022
@colebow colebow added the no-release-notes This pull request does not require release notes entry label Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

3 participants