cshuo commented on code in PR #19522:
URL: https://github.com/apache/hudi/pull/19522#discussion_r3719167415
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/io/storage/row/parquet/ParquetSchemaConverter.java:
##########
@@ -447,4 +447,14 @@ public static int computeMinBytesForDecimalPrecision(int
precision) {
}
return numBytes;
}
Review Comment:
Fixed in c06e676b69d. Renamed the helper to `resolveDecimalByteLength` to
make the fixed-size preference and precision fallback clearer.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]