anishshri-db commented on code in PR #53828:
URL: https://github.com/apache/spark/pull/53828#discussion_r2829778484
##########
connector/protobuf/src/main/scala/org/apache/spark/sql/protobuf/utils/ProtobufUtils.scala:
##########
@@ -40,6 +43,21 @@ private[sql] object ProtobufUtils extends Logging {
catalystPosition: Int,
fieldDescriptor: FieldDescriptor)
+ /**
+ * Container for a Protobuf descriptor and associated extensions.
+ *
+ * @param descriptor
+ * The descriptor for the top-level message.
+ * @param extensionRegistry
+ * An extension registry populated with all discovered extensions.
+ * @param fullNamesToExtensions
+ * A map from message full names to their extension fields.
+ */
+ private[sql] case class DescriptorWithExtensions(
Review Comment:
Why private sql ?
--
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]