Abacn commented on code in PR #27406:
URL: https://github.com/apache/beam/pull/27406#discussion_r1259763372
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/logicaltypes/FixedPrecisionNumeric.java:
##########
@@ -113,4 +115,13 @@ public BigDecimal toInputType(BigDecimal base) {
}
return base;
}
+
+ /**
+ * @TODO is byte or fixed?
+ * @TODO should is pass namespace/field name, etc?
+ * */
+ public org.apache.avro.Schema toAvroType() {
Review Comment:
We are in the process of getting rid of avro dependency in java core (CC:
@aromanenko-dev) this function probably should goes to AvroUtils
--
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]