googleapis / java-bigquery

Apache License 2.0
108 stars 119 forks source link

ProtoBuf upgrade 4.x #3308

Open neXus1987 opened 3 months ago

neXus1987 commented 3 months ago

Hi,

is there a plan to upgrade to ProtoBuf 4.x as dependency?

If you have protobuf 4 already included to the project the BigQuery write client get an compile issue as protobuf 3 is missing (GeneratedMessageV3)

thanks