HyukjinKwon commented on code in PR #41343:
URL: https://github.com/apache/spark/pull/41343#discussion_r1208713243
##########
python/pyspark/sql/protobuf/functions.py:
##########
@@ -61,9 +65,11 @@ def from_protobuf(
The Protobuf class name when descFilePath parameter is not set.
E.g. `com.example.protos.ExampleEvent`.
descFilePath : str, optional
- The protobuf descriptor file.
+ The Protobuf descriptor file.
options : dict, optional
options to control how the protobuf record is parsed.
+ binaryDescriptorSet: bytes, optional
+ The Protobuf `FileDescriptorSet` serialized as binary.
Review Comment:
Actually we should add `versionchanged:: 3.5.0` here.
--
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]