[
https://issues.apache.org/jira/browse/SPARK-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-7566:
-----------------------------------
Assignee: (was: Apache Spark)
> 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: [email protected]
For additional commands, e-mail: [email protected]