You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/19 08:56:02 UTC

[GitHub] [doris] morningman commented on a diff in pull request #9973: [feature-wip](multi-catalog) External file scan node

morningman commented on code in PR #9973:
URL: https://github.com/apache/doris/pull/9973#discussion_r901070070


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/TupleDescriptor.java:
##########
@@ -352,7 +353,7 @@ public void getTableIdToColumnNames(Map<Long, Set<String>> tableIdToColumnNames)
             if (slotDescriptor.getColumn() != null) {
                 TupleDescriptor parent = slotDescriptor.getParent();
                 Preconditions.checkState(parent != null);
-                Table table = parent.getTable();
+                Table table = (Table) parent.getTable();

Review Comment:
   Should we use `TableIf` here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org