Skip to content

Support nullable complex types with all optional properties for table splitting #35918

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

Open
Tracked by #31238
AndriySvyryd opened this issue Apr 8, 2025 · 1 comment

Comments

@AndriySvyryd
Copy link
Member

If all of the properties are optional then we need to query all of the columns to which they are mapped to determine whether the complex property should contain null. If it contains a nested complex property this needs to be repeated recursively. If any of the columns are shared (another property is mapped to it) they need to be excluded from the above.

Split from #31376

@AndriySvyryd AndriySvyryd changed the title Support nullable complex types with all optional properties Support nullable complex types with all optional properties for table splitting Apr 8, 2025
@cincuranet
Copy link
Contributor

@AndriySvyryd Any reason this is not in Backlog?

@AndriySvyryd AndriySvyryd added this to the Backlog milestone Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants