Skip to content

Conversation

@cloud-fan
Copy link
Contributor

No description provided.

@cloud-fan
Copy link
Contributor Author

cc @rxin

It should be better if we could reuse parser and analyzer to do this job or reopen #5505 after we can handle joins correctly.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32471 has started for PR 6074 at commit 54c4209.

Copy link
Contributor

Choose a reason for hiding this comment

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

add some documentation to explain what this is for (and the above function).

in particular talk about backticks.

Copy link
Contributor

Choose a reason for hiding this comment

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

also i'd document in english what the accepted attribute is.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32472 has started for PR 6074 at commit 399fc8d.

Copy link
Contributor

Choose a reason for hiding this comment

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

while loop? (just want to avoid closures for a very hot loop here...)

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32474 has started for PR 6074 at commit 209263d.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32477 has started for PR 6074 at commit e218d99.

@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32471 has finished for PR 6074 at commit 54c4209.

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

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32471/
Test PASSed.

@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32472 has finished for PR 6074 at commit 399fc8d.

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

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32472/
Test PASSed.

@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32474 has finished for PR 6074 at commit 209263d.

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

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32586 has started for PR 6074 at commit 2b86699.

Copy link
Contributor

Choose a reason for hiding this comment

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

actually i think we want to allow spaces?

Copy link
Contributor

Choose a reason for hiding this comment

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

basically just move the test case into allowed, and revert your very last commit.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32589 has started for PR 6074 at commit e6f579e.

@rxin
Copy link
Contributor

rxin commented May 13, 2015

LGTM.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32585 has finished for PR 6074 at commit 903b319.

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

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32585/
Test FAILed.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32586 has finished for PR 6074 at commit 2b86699.

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

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32586/
Test PASSed.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32589 has finished for PR 6074 at commit e6f579e.

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

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32589/
Test FAILed.

@rxin
Copy link
Contributor

rxin commented May 13, 2015

Jenkins, retest this please.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32597 has started for PR 6074 at commit e6f579e.

@SparkQA
Copy link

SparkQA commented May 13, 2015

Test build #32597 has finished for PR 6074 at commit e6f579e.

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

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32597/
Test PASSed.

@rxin
Copy link
Contributor

rxin commented May 13, 2015

Thanks. Merging this in.

asfgit pushed a commit that referenced this pull request May 13, 2015
…olution

Author: Wenchen Fan <[email protected]>

Closes #6074 from cloud-fan/7551 and squashes the following commits:

e6f579e [Wenchen Fan] allow space
2b86699 [Wenchen Fan] handle blank
e218d99 [Wenchen Fan] address comments
54c4209 [Wenchen Fan] fix 7551

(cherry picked from commit 213a6f3)
Signed-off-by: Reynold Xin <[email protected]>
@asfgit asfgit closed this in 213a6f3 May 13, 2015
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 28, 2015
…olution

Author: Wenchen Fan <[email protected]>

Closes apache#6074 from cloud-fan/7551 and squashes the following commits:

e6f579e [Wenchen Fan] allow space
2b86699 [Wenchen Fan] handle blank
e218d99 [Wenchen Fan] address comments
54c4209 [Wenchen Fan] fix 7551
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
…olution

Author: Wenchen Fan <[email protected]>

Closes apache#6074 from cloud-fan/7551 and squashes the following commits:

e6f579e [Wenchen Fan] allow space
2b86699 [Wenchen Fan] handle blank
e218d99 [Wenchen Fan] address comments
54c4209 [Wenchen Fan] fix 7551
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
…olution

Author: Wenchen Fan <[email protected]>

Closes apache#6074 from cloud-fan/7551 and squashes the following commits:

e6f579e [Wenchen Fan] allow space
2b86699 [Wenchen Fan] handle blank
e218d99 [Wenchen Fan] address comments
54c4209 [Wenchen Fan] fix 7551
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.

4 participants