Github user arina-ielchiieva commented on a diff in the pull request:

    https://github.com/apache/drill/pull/666#discussion_r94763501
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/ViewHandler.java
 ---
    @@ -49,6 +50,24 @@ public ViewHandler(SqlHandlerConfig config) {
         this.context = config.getContext();
       }
     
    +  /**
    +   * If view to be dropped is in default temporary workspace, checks if 
it's a temporary table or not.
    +   *
    +   * @param schema view schema
    +   * @param viewName view name to be created
    +   * @return true is object to be created is temporary table, false 
otherwise
    +   */
    +  protected boolean isTemporaryTable(AbstractSchema schema, String 
viewName) {
    --- End diff --
    
    Method was removed after refactoring.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to