dongjoon-hyun commented on code in PR #2032:
URL: https://github.com/apache/orc/pull/2032#discussion_r2132958067
##########
java/core/src/java/org/apache/orc/OrcUtils.java:
##########
@@ -171,6 +171,35 @@ private static void appendOrcTypes(List<OrcProto.Type>
result, TypeDescription t
type.setPrecision(typeDescr.getPrecision());
type.setScale(typeDescr.getScale());
break;
+ case Geography:
+ case Geometry:
+ if (typeDescr.getCategory() == TypeDescription.Category.Geography) {
Review Comment:
In this case, please split `case Geography` and `case Geometry`.
--
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]