-
Couldn't load subscription status.
- Fork 1.7k
Remove builtin count #10893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove builtin count #10893
Changes from all commits
2174200
0579e92
4c94b02
193ccb7
384291a
bd3dd03
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,5 +56,6 @@ regex-syntax = "0.8.0" | |
| [dev-dependencies] | ||
| arrow-buffer = { workspace = true } | ||
| ctor = { workspace = true } | ||
| datafusion-functions-aggregate = { workspace = true } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤔 -- I thought we were trying to avoid making the optimizer depend on the function library -- can we use the sub implementation instead? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I thought it was fine for dev-dependencies? If not, when can we import functions for dev-dependencies, when we should not 🤔 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤔 -- I can't remember anymore. It is probably cleaner to to avoid the dependencies, but we can clean it up as a follow on PR |
||
| datafusion-sql = { workspace = true } | ||
| env_logger = { workspace = true } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
There are still a bunch of these functions -- at some point we can probably file tickets and spread out the work / fun to migrate them over.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I constantly file 1~2 issues for #8708 so the tickets could kept on the first page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps that is how PRs like #10898 show up -- I can't keep up anymore. Thanks @jayzhan211 -- really nice