TheNeuralBit commented on code in PR #17172:
URL: https://github.com/apache/beam/pull/17172#discussion_r871608539
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/FieldValueGetter.java:
##########
@@ -33,5 +33,9 @@
@Nullable
ValueT get(ObjectT object);
+ default @Nullable Object getRaw(ObjectT object) {
Review Comment:
Yeah that makes sense, thanks. Could you add some of this context in a
comment there?
--
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]