Omega359 commented on code in PR #12938:
URL: https://github.com/apache/datafusion/pull/12938#discussion_r1817135871


##########
datafusion/core/src/bin/print_functions_docs.rs:
##########
@@ -48,12 +49,13 @@ fn main() {
         _ => {
             panic!("Unknown function type: {}", function_type)
         }
-    };
+    }?;
 
     println!("{docs}");

Review Comment:
   Yes. This is how the shell script that builds the .md files retrieves the 
text. see 
https://github.com/apache/datafusion/blob/main/dev/update_function_docs.sh for 
impl.



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