Rich-T-kid commented on code in PR #24544:
URL: https://github.com/apache/datafusion/pull/24544#discussion_r3826460540


##########
datafusion/functions/src/string/overlay.rs:
##########
@@ -16,6 +16,7 @@
 // under the License.
 
 #[deprecated(
+    since = "47.0.0",
     note = "overlay has been moved to core. Update imports to use 
core::overlay."
 )]
 pub use crate::core::overlay::*;

Review Comment:
   cant this be removed from the codebase now since its been two releases?



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