Lordworms commented on code in PR #9259:
URL: https://github.com/apache/arrow-datafusion/pull/9259#discussion_r1506045623
##########
datafusion/sql/src/planner.rs:
##########
@@ -502,7 +502,14 @@ pub fn object_name_to_table_reference(
let ObjectName(idents) = object_name;
idents_to_table_reference(idents, enable_normalization)
}
-
+fn substitute_tilde(cur: String) -> String {
Review Comment:
Got it, I will change it now
--
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]