dongjoon-hyun commented on code in PR #2032:
URL: https://github.com/apache/orc/pull/2032#discussion_r2124288766
##########
java/core/src/java/org/apache/orc/TypeDescription.java:
##########
@@ -664,6 +717,9 @@ public TypeDescription(Category category) {
private int maxLength = DEFAULT_LENGTH;
private int precision = DEFAULT_PRECISION;
private int scale = DEFAULT_SCALE;
+ private String CRS = "OGC:CRS84";
Review Comment:
Since we can change this with `withCRS`, can we define `DEFAULT_CRS`
constant variable and use it instead?
--
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]