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

[SQL] Fix logging warn -> debug #1800

Closed
wants to merge 2 commits into from
Closed

Commits on Aug 6, 2014

  1. [SPARK-2866][SQL] Support attributes in ORDER BY that aren't in SELECT

    Minor refactoring to allow resolution either using a nodes input or output.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes apache#1795 from marmbrus/ordering and squashes the following commits:
    
    237f580 [Michael Armbrust] style
    74d833b [Michael Armbrust] newline
    705d963 [Michael Armbrust] Add a rule for resolving ORDER BY expressions that reference attributes not present in the SELECT clause.
    82cabda [Michael Armbrust] Generalize attribute resolution.
    marmbrus committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    1d70c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea9cf1 View commit details
    Browse the repository at this point in the history