Skip to content
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

Split construction of large rows into separate methods #23721

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

martint
Copy link
Member

@martint martint commented Oct 8, 2024

Split the processing of fields into batches to reduce the size of a single generated method. This makes it possible to call ROW(...) with a large number of fields.

Relates to #15848

Release notes

(x) Release notes are required, with the following suggested text:

## Section
* Fix failure for MERGE queries on tables with large numbers of columns. ({issue}`15848`)

@cla-bot cla-bot bot added the cla-signed label Oct 8, 2024
@martint martint force-pushed the partial-row-constructor branch 4 times, most recently from 28e408f to 1ce02f0 Compare October 8, 2024 22:32
@martint martint marked this pull request as ready for review October 9, 2024 03:15
Split the processing of fields into batches to reduce the
size of a single generated method. This makes it possible
to call ROW(...) with a large number of fields.
@martint martint merged commit 2bc8990 into trinodb:master Oct 10, 2024
93 checks passed
@martint martint deleted the partial-row-constructor branch October 10, 2024 17:19
@github-actions github-actions bot added this to the 461 milestone Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants