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

Remove unsafe generics from PlanNodeSearcher #21259

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

findepi
Copy link
Member

@findepi findepi commented Mar 26, 2024

Let the caller do the cast explicitly if needed, avoid heap pollution.

@findepi findepi added the no-release-notes This pull request does not require release notes entry label Mar 26, 2024
@cla-bot cla-bot bot added the cla-signed label Mar 26, 2024
@wendigo
Copy link
Contributor

wendigo commented Mar 26, 2024

@findepi can we seal PlanNode class hierarchy?

@github-actions github-actions bot added the delta-lake Delta Lake connector label Mar 26, 2024
@findepi findepi force-pushed the findepi/plannodesearcher branch from 40b51c7 to dc34f86 Compare March 26, 2024 06:50
@github-actions github-actions bot added tests:hive iceberg Iceberg connector hive Hive connector mongodb MongoDB connector labels Mar 26, 2024
Let the caller do the cast explicitly if needed, avoid heap pollution.
@findepi findepi force-pushed the findepi/plannodesearcher branch from dc34f86 to 824dfe7 Compare March 26, 2024 07:00
@findepi findepi merged commit 8ed9eb7 into trinodb:master Mar 27, 2024
94 of 95 checks passed
@findepi findepi deleted the findepi/plannodesearcher branch March 27, 2024 05:14
@findepi
Copy link
Member Author

findepi commented Mar 27, 2024

can we seal PlanNode class hierarchy?

#21262

@github-actions github-actions bot added this to the 444 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector hive Hive connector iceberg Iceberg connector mongodb MongoDB connector no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

2 participants