vvysotskyi commented on a change in pull request #2055: DRILL-7693: Updated
protobuf version to 3.11.1
URL: https://github.com/apache/drill/pull/2055#discussion_r408198256
##########
File path:
common/src/main/java/org/apache/drill/common/util/ProtobufPatcher.java
##########
@@ -57,15 +60,15 @@ public static synchronized void patch() {
private static void patchByteString() {
try {
ClassPool classPool = getClassPool();
- CtClass byteString = classPool.get("com.google.protobuf.ByteString");
+ CtClass byteString = classPool.get(protobufPackage + "ByteString");
Review comment:
Thanks for checking. Looks like I observed this issue for another case of
using a fully qualified name.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services