-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-43405][SQL] Remove useless getRowFormatSQL, inputRowFormatSQL, outputRowFormatSQL method
#41063
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
Conversation
|
First, pls write a jira and assign this pr to jira ticket |
getRowFormatSQL methodgetRowFormatSQL method
Ok, I created SPARK-43405 |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR actually removes inputRowFormatSQL and outputRowFormatSQL method additionally.
- Could you revise the PR title and description, @Hisoka-X ?
- Do you happen to know when these methods become useless?
getRowFormatSQL methodgetRowFormatSQL, inputRowFormatSQL, outputRowFormatSQL method
getRowFormatSQL, inputRowFormatSQL, outputRowFormatSQL methodgetRowFormatSQL, inputRowFormatSQL, outputRowFormatSQL method
|
Thank you for the info, @Hisoka-X . cc @jiangxb1987 and @hvanhovell from #16869 |
|
@dongjoon-hyun that is looonnnnggg time ago :) Let me take a look. |
hvanhovell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Merging. |
|
Thank you, @Hisoka-X and @hvanhovell . :) |
What changes were proposed in this pull request?
Remove useless code in class
ScriptInputOutputSchema. IncludegetRowFormatSQL,inputRowFormatSQL,outputRowFormatSQLmethod. It unused when #16869Why are the changes needed?
Clear code.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Unnecessary.