-
Notifications
You must be signed in to change notification settings - Fork 3k
Spark 3.2: Fix names of methods that read all content files in actions #4198
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
Spark 3.2: Fix names of methods that read all content files in actions #4198
Conversation
|
All changes are private or protected so I don't think we have any issues with doing the rename. LGTM |
szehon-ho
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.
Agree, looks good for internal refactor.
Grepping for 'data file', there are some comments on top of "BaseDeleteOrphanFilesSparkAction" and "BaseExpireSnapshotsSparkAction" that still refer to 'data file' not sure if they need to change or it's ok as is. In either case, this change LGTM
kbendick
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 if all changes are package private etc. This is more coherent. Thanks @aokolnychyi!
|
Not directly related to this PR. The interface DataFile seems still a bit confusing since it can be a delete file.
|
|
Fixed Javadoc, @szehon-ho. |
|
Thanks for the reviews, everyone! |
This PR fixes the name of the method that reads both data and delete files but claims to read only data files.