Skip to content

Commit

Permalink
update inline documentation
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Nov 9, 2024
1 parent 424fad4 commit 8dac8fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public LogicalPlan visitExplain(Explain node, CatalystPlanContext context) {

@Override
public LogicalPlan visitRelation(Relation node, CatalystPlanContext context) {
//relations doesnt have a visitFirstChild call since its the leaf of the AST tree
if (node instanceof DescribeRelation) {
TableIdentifier identifier = getTableIdentifier(node.getTableQualifiedName());
return context.with(
Expand Down

0 comments on commit 8dac8fe

Please sign in to comment.