-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.0, 1.8.1
-
Component/s: parquet-mr
-
Labels:None
-
Flags:Patch
In org.apache.parquet.schema.MessageTypeParser, for addGroupType() and addPrimitiveType(), the initial value of this parameter t is ignored, and t is overwritten here.
This often indicates a mistaken belief that the write to the parameter will be conveyed back to the caller.
This is a bug found by FindBugs™.
- links to