-
Notifications
You must be signed in to change notification settings - Fork 831
[WIP] Tidy: simplify tuple info #16507
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
base: main
Are you sure you want to change the base?
Conversation
|
|
I am doing something tiny in this PR to figure out the process again before doing something interesting. Currently if I run build.cmd on my system on main I get |
Hard to tell what's wrong, please run detailed build or collect the binlog, it should show whole error |
Description
The type
TupInfowas uncessary and not documented. It reduces to a bool (representing whether the tuple is a struct), allowing simplification of code. The uses of this bool are now documented asisStruct. A few methods can be simplified or deleted as a result.NO_RELEASE_NOTES