Skip to content

Fix TestSpatialPartitioningInternalAggregation#16726

Merged
pettyjamesm merged 1 commit into
prestodb:masterfrom
pettyjamesm:fix-spatial-partitioning-test
Sep 10, 2021
Merged

Fix TestSpatialPartitioningInternalAggregation#16726
pettyjamesm merged 1 commit into
prestodb:masterfrom
pettyjamesm:fix-spatial-partitioning-test

Conversation

@pettyjamesm

Copy link
Copy Markdown
Contributor

The test accidentally passed an additional input channel element in the input channels argument to the aggregation function. Currently the AccumulatorCompiler generated class accepts inputChannels argument lists that are longer than the number of inputs, so the test works anyway, but changes in #16722 that validate the input channels length cause the test to fail.

== NO RELEASE NOTE ==

The test accidentally passed an additional input channel element in
the input channels argument to the aggregation function. Currently
the AccumulatorCompiler accepts inputChannel list arguments that
are longer than the number of inputs, so the test works anyway.

@aweisberg aweisberg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY

@pettyjamesm pettyjamesm merged commit 98b9ead into prestodb:master Sep 10, 2021
@pettyjamesm pettyjamesm deleted the fix-spatial-partitioning-test branch September 10, 2021 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants