comphead commented on code in PR #12822:
URL: https://github.com/apache/datafusion/pull/12822#discussion_r1847143142


##########
datafusion/functions/src/datetime/to_date.rs:
##########
@@ -162,7 +151,7 @@ impl ScalarUDFImpl for ToDateFunc {
     }
 
     fn documentation(&self) -> Option<&Documentation> {

Review Comment:
   I dont have better solutions here for now, so every impl have to copy this 
line because its not easy to inject/override a method into trait impl, I'll 
experiment more with this, but for now it is what it is



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