-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-15979][SQL] Rename various Parquet support classes. #13696
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
|
JIRA is down - I will create a ticket when it comes back up. cc @liancheng |
| options: Map[String, String], | ||
| files: Seq[FileStatus]): Map[String, String] = { | ||
| def computeNumFeatures(): Int = { | ||
| val numFeatures = options.get("numFeatures").filter(_.toInt > 0).getOrElse { |
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.
cc @cloud-fan / @liancheng
I got rid of the nested function.
|
LGTM |
|
LGTM pending Jenkins. |
|
Test build #60615 has finished for PR 13696 at commit
|
|
Merging in master/2.0. |
|
I merged this into master but there is a conflict in 2.0. Going to submit a separate pr. |
|
See #13700 for branch-2.0. |
## What changes were proposed in this pull request? PR #13696 renamed various Parquet support classes but left `CatalystWriteSupport` behind. This PR is renames it as a follow-up. ## How was this patch tested? N/A. Author: Cheng Lian <lian@databricks.com> Closes #14070 from liancheng/spark-15979-follow-up.
What changes were proposed in this pull request?
This patch renames various Parquet support classes from CatalystAbc to ParquetAbc. This new naming makes more sense for two reasons:
How was this patch tested?
Renamed test cases as well.