This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch revert-12032-santizeNanNegativeZeroBehaviour in repository https://gitbox.apache.org/repos/asf/pinot.git
commit 04df04adf17e0d9291f4c95fd5fb65982d248de4 Author: Seunghyun Lee <[email protected]> AuthorDate: Mon Nov 27 11:39:57 2023 -0800 Revert "fix typo in comment." This reverts commit 5c8f43ead1912b4f78a3ec91630fbeb0073698ab. --- .../pinot/segment/local/recordtransformer/SpecialValueTransformer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/SpecialValueTransformer.java b/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/SpecialValueTransformer.java index 9e55c84cf1..2bd5b9920d 100644 --- a/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/SpecialValueTransformer.java +++ b/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/SpecialValueTransformer.java @@ -26,7 +26,7 @@ import org.apache.pinot.spi.data.readers.GenericRow; /** - * The {@code SpecialValueTransformer} class will transform special values according to the following rules: + * The {@code SpecialValueTransformer} class will transform special values the values to follow certain rules including: * <ul> * <li>Negative zero (-0.0) should be converted to 0.0</li> * <li>NaN should be converted to default null</li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
