hudi-agent commented on code in PR #19522:
URL: https://github.com/apache/hudi/pull/19522#discussion_r3725346088


##########
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;
   }
+
+  static int resolveDecimalByteLength(HoodieSchema fieldSchema, int precision) 
{

Review Comment:
   🤖 nit: the sibling method uses `compute` as its verb 
(`computeMinBytesForDecimalPrecision`); could you align the name here — e.g. 
`computeDecimalByteLength` — so the two helpers read as a family?
   
   <sub><i>⚠️ AI-generated; verify before applying. React 👍/👎 to flag 
quality.</i></sub>



-- 
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]

Reply via email to