-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SQL] [Minor] Remove deprecated parquet tests #4116
Conversation
Test build #25801 has started for PR 4116 at commit
|
20a7f9b
to
abd7033
Compare
Test build #25804 has started for PR 4116 at commit
|
Test build #25801 has finished for PR 4116 at commit
|
Test PASSed. |
Test build #25804 has finished for PR 4116 at commit
|
Test PASSed. |
abd7033
to
4282182
Compare
- Removes old ParquetQuerySuite - Renames ParquetQuerySuite2 to ParquetQuerySuite - Refactors ParquetFilterSuite
4282182
to
f73b8f9
Compare
Test build #25897 has started for PR 4116 at commit
|
Test build #25897 has finished for PR 4116 at commit
|
Test PASSed. |
Merging in master. Thanks! |
This PR removes the deprecated `ParquetQuerySuite`, renamed `ParquetQuerySuite2` to `ParquetQuerySuite`, and refactored changes introduced in apache#4115 to `ParquetFilterSuite` . It is a follow-up of apache#3644. Notice that test cases in the old `ParquetQuerySuite` have already been well covered by other test suites introduced in apache#3644. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/4116) <!-- Reviewable:end --> Author: Cheng Lian <[email protected]> Closes apache#4116 from liancheng/remove-deprecated-parquet-tests and squashes the following commits: f73b8f9 [Cheng Lian] Removes deprecated Parquet test suite
…GroupWriteSupport 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. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/5010) <!-- Reviewable:end --> Author: Cheng Lian <[email protected]> Closes #5010 from liancheng/spark-6285 and squashes the following commits: 06ed057 [Cheng Lian] Removes unused ParquetTestData and duplicated TestGroupWriteSupport
This PR removes the deprecated
ParquetQuerySuite
, renamedParquetQuerySuite2
toParquetQuerySuite
, and refactored changes introduced in #4115 toParquetFilterSuite
. It is a follow-up of #3644.Notice that test cases in the old
ParquetQuerySuite
have already been well covered by other test suites introduced in #3644.