-
Notifications
You must be signed in to change notification settings - Fork 3k
Parquet: Remove duplicate test code #8098
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,4 +45,20 @@ protected GenericData.Record writeAndRead( | |
|
|
||
| return Iterables.getOnlyElement(records); | ||
| } | ||
|
|
||
| // Empty struct read is not supported for Parquet | ||
| @Override | ||
| public void testEmptyStructProjection() throws Exception {} | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These tests was added for Avro. When empty struct was supported. But it is not yet supported for parquet. Since both avro and parquet now use the common class. Ignoring the tests for parquet.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, This class uses (extends) |
||
|
|
||
| @Override | ||
| public void testEmptyStructRequiredProjection() throws Exception {} | ||
|
|
||
| @Override | ||
| public void testRequiredEmptyStructInRequiredStruct() throws Exception {} | ||
|
|
||
| @Override | ||
| public void testEmptyNestedStructProjection() throws Exception {} | ||
|
|
||
| @Override | ||
| public void testEmptyNestedStructRequiredProjection() throws Exception {} | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.