adriangb commented on code in PR #24169:
URL: https://github.com/apache/datafusion/pull/24169#discussion_r3740161648


##########
datafusion/proto/src/physical_plan/from_proto.rs:
##########
@@ -425,6 +425,10 @@ pub fn parse_protobuf_partitioning(
         .transpose()
         .map(Option::flatten)
 }
+#[deprecated(
+    since = "55.0.0",
+    note = "unused by DataFusion; `ParquetSource::try_from_proto` parses the 
schema itself"

Review Comment:
   ```suggestion
       note = "unused by DataFusion"
   ```



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

Reply via email to