raminqaf commented on code in PR #29026:
URL: https://github.com/apache/flink/pull/29026#discussion_r3878885550
##########
flink-core/src/main/java/org/apache/flink/types/variant/BinaryVariantInternalBuilder.java:
##########
@@ -604,8 +598,35 @@ private void buildJson(JsonParser parser) throws
IOException {
appendNull();
break;
default:
- throw new JsonParseException(parser, "Unexpected token " +
token);
Review Comment:
Good catch. Added a new method to the interface which returns the current
location where the parser is.
--
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]