Skip to content

Commit

Permalink
fixed note in SpecialValueTransformer.
Browse files Browse the repository at this point in the history
  • Loading branch information
aishikbh authored and snleee committed Nov 24, 2023
1 parent 05be5cf commit f79b618
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
* <li>Negative zero (-0.0) should be converted to 0.0</li>
* <li>NaN should be converted to default null</li>
* </ul>
* <p>NOTE: should put this after the {@link DataTypeTransformer} so that all values follow the data types in
* {@link FieldSpec}.
* <p>NOTE: should put this after the {@link DataTypeTransformer} so that we already have the values complying
* with the schema before handling special values and before {@link NullValueTransformer} so that it transforms
* all the null values properly.
*/
public class SpecialValueTransformer implements RecordTransformer {

Expand Down

0 comments on commit f79b618

Please sign in to comment.