Skip to content

[WIP] Add comments at column level for views#10854

Closed
shandeep00 wants to merge 1 commit intotrinodb:masterfrom
shandeep00:issue_10705
Closed

[WIP] Add comments at column level for views#10854
shandeep00 wants to merge 1 commit intotrinodb:masterfrom
shandeep00:issue_10705

Conversation

@shandeep00
Copy link
Copy Markdown
Contributor

fixes #10705

@shandeep00
Copy link
Copy Markdown
Contributor Author

@ebyhr was able to add comment to viewdefiniton but I am struck at showing this comment in describe query. can u help in resolving this?

throw semanticException(COLUMN_NOT_FOUND, statement, "Column does not exist: " + columnName);
}

accessControl.checkCanSetColumnComment(session.toSecurityContext(), tableName);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

was able to add comment to viewdefiniton

The comment isn't yet stored to HMS as far as I checked. How did you confirm the comment?

@ebyhr
Copy link
Copy Markdown
Member

ebyhr commented Oct 13, 2022

Superseded by #13800

@ebyhr ebyhr closed this Oct 13, 2022
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.

Support commenting on view columns

2 participants