jon-wei commented on code in PR #15469:
URL: https://github.com/apache/druid/pull/15469#discussion_r1423022989


##########
server/src/main/java/org/apache/druid/catalog/model/table/ExternalTableDefn.java:
##########
@@ -205,6 +205,11 @@ public class ExternalTableDefn extends TableDefn
    */
   public static final String TABLE_TYPE = "extern";
 
+  /**
+   * Column type for external tables.
+   */
+  public static final String EXTERNAL_COLUMN_TYPE = "extern";

Review Comment:
   This is in another part of the original PR related to external table 
handling, it's not used currently but future changes will



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to