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-1368][SQL] Optimized HiveTableScan #758

Closed
wants to merge 5 commits into from

Commits on May 28, 2014

  1. Configuration menu
    Copy the full SHA
    eb62fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1c642 View commit details
    Browse the repository at this point in the history
  3. Added SortedOperation pattern to match *some* definitely sorted opera…

    …tions and avoid some sorting cost in HiveComparisonTest.
    liancheng committed May 28, 2014
    Configuration menu
    Copy the full SHA
    bf0e7dc View commit details
    Browse the repository at this point in the history
  4. More HiveTableScan optimisations:

    - Using mutable pairs
    - Avoiding pattern matching (Array.unapply function calls)
    liancheng committed May 28, 2014
    Configuration menu
    Copy the full SHA
    cf640d8 View commit details
    Browse the repository at this point in the history
  5. Distinguishes sorted and possibly not sorted operations more accurate…

    …ly in HiveComparisonTest
    liancheng committed May 28, 2014
    Configuration menu
    Copy the full SHA
    4241a19 View commit details
    Browse the repository at this point in the history