forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-842: Do not set unnecessary fields in the parquet::SchemaElement
The Impala Parquet scanner can reject our data otherwise Author: Wes McKinney <wes.mckinney@twosigma.com> Closes apache#226 from wesm/PARQUET-842 and squashes the following commits: 0cfa53c [Wes McKinney] Do not set field_id in SchemaElement until we understand why it is causing parquet-mr problems 4220b48 [Wes McKinney] Do not set unnecessary fields in the parquet::SchemaElement Change-Id: I2a7902765e92f0da386e9e65513dd0954113fa60
- Loading branch information
Showing
3 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters