dongjoon-hyun commented on code in PR #2032:
URL: https://github.com/apache/orc/pull/2032#discussion_r2132973198


##########
java/core/src/java/org/apache/orc/TypeDescription.java:
##########
@@ -664,6 +720,9 @@ public TypeDescription(Category category) {
   private int maxLength = DEFAULT_LENGTH;
   private int precision = DEFAULT_PRECISION;
   private int scale = DEFAULT_SCALE;
+  private String CRS = DEFAULT_CRS;

Review Comment:
   To distinguish from the constants, we need to use `crs` instead of `CRS` for 
variable names.



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