Yin Huai created SPARK-18255:
--------------------------------

             Summary: SQLContext.getOrCreate always returns a SQLContext even 
if a user originally created a HiveContext
                 Key: SPARK-18255
                 URL: https://issues.apache.org/jira/browse/SPARK-18255
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.0.0
            Reporter: Yin Huai


It is possible that a user creates HiveContext at beginning. However, 
SQLContext.getOrCreate will always returns a SQLContext instead of returning a 
HiveContext. This behavior change may break user code if 
{{SQLContext.getOrCreate().asInstanceOf[HiveContext]}} is used. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to