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-32813][SQL] Get default config of ParquetSource vectorized reader if no active SparkSession #29667

Closed
wants to merge 7 commits into from

Commits on Sep 8, 2020

  1. Fix needsUnsafeRowConversion.

    viirya committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    6170596 View commit details
    Browse the repository at this point in the history
  2. Add test.

    viirya committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    3933bb0 View commit details
    Browse the repository at this point in the history
  3. For comment.

    viirya committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    070327c View commit details
    Browse the repository at this point in the history
  4. Use SQLConf.get directly.

    viirya committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b536303 View commit details
    Browse the repository at this point in the history
  5. Use SparkPlan.sqlContext.

    viirya committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    97b094f View commit details
    Browse the repository at this point in the history
  6. Stop spark session.

    viirya committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b89eccc View commit details
    Browse the repository at this point in the history
  7. Remove redundant empty line.

    viirya committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    568176d View commit details
    Browse the repository at this point in the history