Undefined variables and column aggregations #43

Merged
HEL merged 2 commits from fix/undefined-variable into main 2026-07-23 23:36:12 +00:00
Owner

This PR contains two bug fixes.
The first fixes the logic checking whether a variable is defined to include parent scopes.
The second fixes the returned type when computing aggregation of columns, which was wrongly wrapped in a ColumnType.

This PR contains two bug fixes. The first fixes the logic checking whether a variable is defined to include parent scopes. The second fixes the returned type when computing aggregation of columns, which was wrongly wrapped in a `ColumnType`.
HEL self-assigned this 2026-07-23 23:35:49 +00:00
HEL added 2 commits 2026-07-23 23:35:49 +00:00
HEL merged commit 7c96f7a19f into main 2026-07-23 23:36:12 +00:00
HEL deleted branch fix/undefined-variable 2026-07-23 23:36:12 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HEL/midas#43