You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Santiago M. Mola (JIRA)" <ji...@apache.org> on 2015/05/12 18:23:01 UTC

[jira] [Created] (SPARK-7566) HiveContext.analyzer cannot be overriden

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org