Skip to content

SQL: Cover with tests that PIVOT can only have one aggregation #65894

@palesz

Description

@palesz

There is already a check in the LogicalPlanBuilder that only allows one aggregation inside the PIVOT:

throw new ParsingException(source(pivotClause.aggs), "PIVOT currently supports only one aggregation, found [{}]",

This issue is about adding a unit test to cover this check.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions