You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/04/15 17:00:53 UTC

[GitHub] [hive] miklosgergely commented on a change in pull request #969: HIVE-23123 Disable export/import of views and materialized views

miklosgergely commented on a change in pull request #969: HIVE-23123 Disable export/import of views and materialized views
URL: https://github.com/apache/hive/pull/969#discussion_r408995338
 
 

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/plan/ImportTableDesc.java
 ##########
 @@ -47,343 +44,138 @@
  */
 public class ImportTableDesc {
   private String dbName = null;
-  private Table table = null;
   private CreateTableDesc createTblDesc = null;
-  private CreateViewDesc createViewDesc = null;
-
-  public enum TYPE { TABLE, VIEW };
 
   public ImportTableDesc(String dbName, Table table) throws Exception {
 
 Review comment:
   Agree, added.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org