Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-5193][SQL] Tighten up SQLContext API #4049

Closed
wants to merge 3 commits into from

Commits on Jan 14, 2015

  1. [SPARK-5193][SQL] Tighten up SQLContext API

    1. Removed 2 implicits (logicalPlanToSparkQuery and baseRelationToSchemaRDD)
    2. Moved extraStrategies into ExperimentalMethods.
    3. Made private methods protected[sql] so they don't show up in javadocs.
    rxin committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    4a38c9b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. Configuration menu
    Copy the full SHA
    ecd6685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a326a1a View commit details
    Browse the repository at this point in the history