Package org.apache.drill.common.util
Class ProtobufPatcher
java.lang.Object
org.apache.drill.common.util.ProtobufPatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
patch()
Makes protobuf version 3.6+ compatible to libraries that still use protobuf 2.5.0.
-
Constructor Details
-
ProtobufPatcher
public ProtobufPatcher()
-
-
Method Details
-
patch
public static void patch()Makes protobuf version 3.6+ compatible to libraries that still use protobuf 2.5.0.
-