You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/18 03:03:03 UTC

[GitHub] [hudi] xiarixiaoyao commented on a change in pull request #4026: [WIP] Fixing issues w/ Z-ordering

xiarixiaoyao commented on a change in pull request #4026:
URL: https://github.com/apache/hudi/pull/4026#discussion_r751870754



##########
File path: hudi-client/hudi-spark-client/src/main/java/org/apache/spark/ZCurveOptimizeHelper.java
##########
@@ -235,6 +234,7 @@
             rows.add(minString);
             rows.add(maxString);
           } else if (colType instanceof DecimalType) {
+            // TODO this will be losing precision

Review comment:
       HUDI-2778 fixed this bug




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org