alamb commented on code in PR #15260:
URL: https://github.com/apache/datafusion/pull/15260#discussion_r2001661867


##########
datafusion/catalog/Cargo.toml:
##########
@@ -35,17 +35,18 @@ arrow = { workspace = true }
 async-trait = { workspace = true }
 dashmap = { workspace = true }
 datafusion-common = { workspace = true }
+datafusion-common-runtime = { workspace = true }
 datafusion-execution = { workspace = true }
 datafusion-expr = { workspace = true }
+datafusion-optimizer = { workspace = true }

Review Comment:
   We can perhaps add a note to the upgrade guide
   - 
https://github.com/apache/datafusion/blob/main/docs/source/library-user-guide/upgrading.md
   
   The other thing we could do is add a new function and deprecate the old one, 
so the compiler would tell all users when they had upgrade 🤔 I will try and 
give this a shot



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to