mohamedawnallah commented on issue #33991:
URL: https://github.com/apache/beam/issues/33991#issuecomment-2663785867

   Hi @Abacn,
   
   It seems this issue is a bit involved. The error 
`com.google.protobuf.Descriptors$DescriptorValidationException` occurred when 
using the non-ASCII field name `âge`. This happens because protobuf only allows 
ASCII field names, as seen in the [protobuf source 
code](https://github.com/protocolbuffers/protobuf/blob/78db3094a46e7a8cc34d207808b8008997b5fc82/java/core/src/main/java/com/google/protobuf/Descriptors.java#L3324-L3327).
   
   Additionally, the Apache Beam table schema is converted accordingly to the 
proto file in the case of the `STORAGE_WRITE_API` method, as shown in 
[StorageApiDynamicDestinationsTableRow.java](https://github.com/apache/beam/blob/7b51e497e2a644f63410e35aaf8ab72c0f270c39/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiDynamicDestinationsTableRow.java#L128).
   
   What is the best way to handle this?


-- 
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]

Reply via email to