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

[MINOR] Typo fixes #20344

Closed
wants to merge 3 commits into from
Closed

Conversation

jaceklaskowski
Copy link
Contributor

What changes were proposed in this pull request?

Typo fixes

How was this patch tested?

Local build / Doc-only changes

Copy link
Member

@srowen srowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few changes look like they are more than just fixing typos, but the rest seem OK

@@ -1222,7 +1222,7 @@ class Analyzer(
wf
}
// We get an aggregate function, we need to wrap it in an AggregateExpression.
case agg: AggregateFunction => AggregateExpression(agg, Complete, isDistinct)
case agg: AggregateFunction => agg.toAggregateExpression(isDistinct)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look like a typo fix

@@ -199,7 +199,7 @@ case class UnresolvedGenerator(name: FunctionIdentifier, children: Seq[Expressio
override def prettyName: String = name.unquotedString
override def toString: String = s"'$name(${children.mkString(", ")})"

override def eval(input: InternalRow = null): TraversableOnce[InternalRow] =
override def eval(input: InternalRow = EmptyRow): TraversableOnce[InternalRow] =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise this could be a functional change

@SparkQA
Copy link

SparkQA commented Jan 21, 2018

Test build #86447 has finished for PR 20344 at commit 9fff0ed.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jan 22, 2018

Test build #86466 has finished for PR 20344 at commit 2d5f07d.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@jaceklaskowski
Copy link
Contributor Author

jaceklaskowski commented Jan 22, 2018

The builds failed due to a change in the error messages that the tests assert (!) Fixing...

@SparkQA
Copy link

SparkQA commented Jan 22, 2018

Test build #4070 has finished for PR 20344 at commit 2d5f07d.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jan 22, 2018

Test build #86486 has finished for PR 20344 at commit 78c5ef5.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Jan 22, 2018

Merged to master/2.3

asfgit pushed a commit that referenced this pull request Jan 22, 2018
## What changes were proposed in this pull request?

Typo fixes

## How was this patch tested?

Local build / Doc-only changes

Author: Jacek Laskowski <jacek@japila.pl>

Closes #20344 from jaceklaskowski/typo-fixes.

(cherry picked from commit 76b8b84)
Signed-off-by: Sean Owen <sowen@cloudera.com>
@asfgit asfgit closed this in 76b8b84 Jan 22, 2018
@SparkQA
Copy link

SparkQA commented Jan 22, 2018

Test build #4071 has finished for PR 20344 at commit 78c5ef5.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@jaceklaskowski jaceklaskowski deleted the typo-fixes branch January 23, 2018 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants