kumarUjjawal commented on code in PR #24168:
URL: https://github.com/apache/datafusion/pull/24168#discussion_r3743945227


##########
datafusion/physical-plan/src/analyze.rs:
##########
@@ -143,6 +143,10 @@ impl AnalyzeExec {
     }
 
     /// Access to show_statistics
+    #[deprecated(

Review Comment:
   will deprecating these affect users like 
   
   
https://github.com/openobserve/openobserve/blob/575e8ea4d5fd4b0e630aa013a1a31b1da56708e9/src/search/src/datafusion/optimizer/physical_optimizer/distribute_analyze.rs#L31-L37



##########
datafusion/physical-plan/src/unnest.rs:
##########
@@ -183,11 +183,19 @@ impl UnnestExec {
     }
 
     /// Indices of the list-typed columns in the input schema
+    #[deprecated(

Review Comment:
   same
   
   
https://github.com/goldsky-io/streamling/blob/8d85af926b034085aece04233722c508ac80f2d0/crates/streamling-core/src/operators/unnest.rs#L85-L99



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