Skip to content

Commit

Permalink
PARQUET-1708: Fix Thrift compiler warning (apache#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajia Li authored and gszadovszky committed Dec 11, 2019
1 parent ee02ef8 commit 7390aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ struct TimeType {
* Allowed for physical types: INT32, INT64
*/
struct IntType {
1: required byte bitWidth
1: required i8 bitWidth
2: required bool isSigned
}

Expand Down

0 comments on commit 7390aa1

Please sign in to comment.