Santiago M. Mola created SPARK-7566:
---------------------------------------

             Summary: HiveContext.analyzer cannot be overriden
                 Key: SPARK-7566
                 URL: https://issues.apache.org/jira/browse/SPARK-7566
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.3.1
            Reporter: Santiago M. Mola


Trying to override HiveContext.analyzer will give the following compilation 
error:

{code}
Error:(51, 36) overriding lazy value analyzer in class HiveContext of type 
org.apache.spark.sql.catalyst.analysis.Analyzer{val extendedResolutionRules: 
List[org.apache.spark.sql.catalyst.rules.Rule[org.apache.spark.sql.catalyst.plans.logical.LogicalPlan]]};
 lazy value analyzer has incompatible type
  override protected[sql] lazy val analyzer: Analyzer = {
                                   ^
{code}

That is because the type changed inadvertedly when omitting the type 
declaration of the return type.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to