This changes the patching of protobuf's json_format._ConvertScalarFieldValue so that it is only patched within the message conversion process of the pbspark parser. This is so that we don't break the functionality of protobuf outside of pbspark's operations.
This changes the patching of protobuf's
json_format._ConvertScalarFieldValue
so that it is only patched within the message conversion process of the pbspark parser. This is so that we don't break the functionality of protobuf outside of pbspark's operations.