-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-6285] [SQL] Removes unused ParquetTestData and duplicated TestGroupWriteSupport #5010
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
Test build #28559 has started for PR 5010 at commit
|
LGTM, go for it if Jenkins succeeds. |
Test build #28559 has finished for PR 5010 at commit
|
Test FAILed. |
jenkins, retest this please |
Test build #28563 has started for PR 5010 at commit
|
Test build #28563 has finished for PR 5010 at commit
|
Test PASSed. |
@srowen Thanks for the review! Gonna merge this into master and branch-1.3 |
Actually I'm not quite sure whether this should be backported to branch-1.3 at this moment, merged to master only for safe. @pwendell? |
This is more of a cleanup and improvement than bug fix. Although it can affect the build in some contexts, it does not affect the build of reference. Generally I think of improvements as things that are not back-ported unless they are large, important improvements. So I think it's safe to just merge to master, IMHO. |
…ADME.md This is a following clean up PR for #5010 This will resolve issues when launching `hive/console` like below: ``` <console>:20: error: object ParquetTestData is not a member of package org.apache.spark.sql.parquet import org.apache.spark.sql.parquet.ParquetTestData ``` Author: OopsOutOfMemory <victorshengli@126.com> Closes #5032 from OopsOutOfMemory/SPARK-6285 and squashes the following commits: 2996aeb [OopsOutOfMemory] remove ParquetTestData
All the contents in this file are not referenced anywhere and should have been removed in #4116 when I tried to get rid of the old Parquet test suites.