Open homar opened 2 years ago
In LogicalPlanner while planning update metadata is called to obtain tableMetadata. This should be part of Analyzer not planner.
@djsstarburst is planning on fixing this together with https://github.com/trinodb/trino/issues/13621
This issue is fixed by PR #13926, which is ready for review.
In LogicalPlanner while planning update metadata is called to obtain tableMetadata. This should be part of Analyzer not planner.