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-8969][SQL] move type-check from BinaryArithmetic and BinaryComparison to BinaryOperator #7338

Closed
wants to merge 1 commit into from

Conversation

cloud-fan
Copy link
Contributor

also swap protected and override according to scala style guide

@SparkQA
Copy link

SparkQA commented Jul 10, 2015

Test build #37006 has finished for PR 7338 at commit d41e80f.

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

@SparkQA
Copy link

SparkQA commented Jul 10, 2015

Test build #37003 has finished for PR 7338 at commit 4b92e48.

  • This patch passes all tests.
  • This patch does not merge cleanly.
  • This patch adds no public classes.

@cloud-fan
Copy link
Contributor Author

retest this please.

@SparkQA
Copy link

SparkQA commented Jul 10, 2015

Test build #37019 has finished for PR 7338 at commit d41e80f.

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

@SparkQA
Copy link

SparkQA commented Jul 10, 2015

Test build #37043 has finished for PR 7338 at commit f783c19.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • implicit class DebugQuery(query: DataFrame) extends Logging
    • class HiveContext(sc: SparkContext) extends SQLContext(sc) with Logging

@rxin
Copy link
Contributor

rxin commented Jul 10, 2015

@cloud-fan next time please separate large cleanups from your change. If it is a line or two of cleanup, it is ok. But it makes this patch harder to review because majority of the diff is just swapping override and protected ...

@cloud-fan
Copy link
Contributor Author

closing in favor of #7348

@cloud-fan cloud-fan closed this Jul 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants