-
Notifications
You must be signed in to change notification settings - Fork 29k
[MINOR][DOC] Add class document for PruneFileSourcePartitions and PruneHiveTablePartitions #27535
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
|
|
||
| /** | ||
| * Prune the partitions of file source based table using partition filters. Currently, this rule | ||
| * is applied to [[HadoopFsRelation]] and [[DataSourceV2ScanRelation]]. |
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.
DataSourceV2ScanRelation -> DataSourceV2ScanRelation with FileScan
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.
@cloud-fan updated as :
DataSourceV2ScanRelation -> DataSourceV2ScanRelation with FileScan
HadoopFsRelation -> HadoopFsRelation with CatalogFileIndex
|
Test build #118194 has finished for PR 27535 at commit
|
|
Test build #118208 has finished for PR 27535 at commit
|
|
retest this please |
|
Test build #118225 has finished for PR 27535 at commit
|
|
thanks, merging to master/3.0! |
…neHiveTablePartitions ### What changes were proposed in this pull request? Add class document for PruneFileSourcePartitions and PruneHiveTablePartitions. ### Why are the changes needed? To describe these two classes. ### Does this PR introduce any user-facing change? no ### How was this patch tested? no Closes #27535 from fuwhu/SPARK-15616-FOLLOW-UP. Authored-by: fuwhu <[email protected]> Signed-off-by: Wenchen Fan <[email protected]> (cherry picked from commit f1d0dce) Signed-off-by: Wenchen Fan <[email protected]>
|
thank you all for help. |
…neHiveTablePartitions ### What changes were proposed in this pull request? Add class document for PruneFileSourcePartitions and PruneHiveTablePartitions. ### Why are the changes needed? To describe these two classes. ### Does this PR introduce any user-facing change? no ### How was this patch tested? no Closes apache#27535 from fuwhu/SPARK-15616-FOLLOW-UP. Authored-by: fuwhu <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
What changes were proposed in this pull request?
Add class document for PruneFileSourcePartitions and PruneHiveTablePartitions.
Why are the changes needed?
To describe these two classes.
Does this PR introduce any user-facing change?
no
How was this patch tested?
no