SandishKumarHN commented on PR #39550: URL: https://github.com/apache/spark/pull/39550#issuecomment-1510444162
@ericsun95 Protobuf files can be in either .pb or binary format. .proto files contain the schema for the protobuf data, while binary files contain the actual data. If your protobuf files are in binary format, you can use the Spark binaryFile data source to read them. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
