Skip to content

Conversation

@awildturtok
Copy link
Collaborator

… is actually contained.

This avoids cases, where dates are improperly combined with multiple connectors

@awildturtok awildturtok requested a review from thoniTUB June 11, 2025 14:09
@Override
public void collectRequiredTables(Set<Table> requiredTables) {
requiredTables.addAll(this.requiredTables);
requiredTables.addAll(getRequiredTables());
Copy link
Collaborator

Choose a reason for hiding this comment

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

Das würde doch reichen oder?

Suggested change
requiredTables.addAll(getRequiredTables());
if(owner != null) {
{
requiredTables.addAll(owner.getRequiredTables());
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

das funktioniert nicht wegen Rekursion

… is actually contained.

This avoids cases, where dates are improperly combined with multiple connectors
@awildturtok awildturtok force-pushed the feature/date-agg-aggregated branch from ea93e40 to 575e789 Compare June 12, 2025 08:59
@awildturtok awildturtok merged commit a9d14d7 into develop Jun 12, 2025
11 checks passed
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.

3 participants