comphead commented on code in PR #13646:
URL: https://github.com/apache/datafusion/pull/13646#discussion_r1869946703
##########
datafusion/core/src/bin/print_functions_docs.rs:
##########
@@ -158,6 +158,23 @@ fn print_docs(
unreachable!()
};
+ // let attr_text = documentation.to_doc_attribute();
+ //
+ // let file_path = format!("{}.txt", name);
+ // if std::path::Path::new(&file_path).exists() {
+ // std::fs::remove_file(&file_path).unwrap();
Review Comment:
I'm thinking of leaving it for now as this part generates text files with
attribute text so its easier to do a migration for remaning
parts(windows/builtin udfs), semi automatic way instead of manual
--
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]