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-16231][PYSPARK][ML][EXAMPLES] dataframe_example.py fails to convert ML style vectors #13928

Conversation

BryanCutler
Copy link
Member

What changes were proposed in this pull request?

Need to convert ML Vectors to the old MLlib style before doing Statistics.colStats operations on the DataFrame

How was this patch tested?

Ran example, local tests

@BryanCutler
Copy link
Member Author

cc @mengxr @jkbradley

@mengxr
Copy link
Contributor

mengxr commented Jun 27, 2016

LGTM pending Jenkins

@SparkQA
Copy link

SparkQA commented Jun 27, 2016

Test build #61319 has finished for PR 13928 at commit 6858f69.

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

@mengxr
Copy link
Contributor

mengxr commented Jun 27, 2016

Merged into master and branch-2.0. Thanks!

@asfgit asfgit closed this in 1aa191e Jun 27, 2016
asfgit pushed a commit that referenced this pull request Jun 27, 2016
…nvert ML style vectors

## What changes were proposed in this pull request?
Need to convert ML Vectors to the old MLlib style before doing Statistics.colStats operations on the DataFrame

## How was this patch tested?
Ran example, local tests

Author: Bryan Cutler <cutlerb@gmail.com>

Closes #13928 from BryanCutler/pyspark-ml-example-vector-conv-SPARK-16231.

(cherry picked from commit 1aa191e)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
@BryanCutler BryanCutler deleted the pyspark-ml-example-vector-conv-SPARK-16231 branch December 2, 2016 00:59
dongjoon-hyun pushed a commit that referenced this pull request Apr 18, 2024
### What changes were proposed in this pull request?
The pr aims to upgrade `netty` from `4.1.108.Final` to `4.1.109.Final`.

### Why are the changes needed?
https://netty.io/news/2024/04/15/4-1-109-Final.html
This version has brought some bug fixes and improvements, such as:
- Fix DefaultChannelId#asLongText NPE ([#13971](netty/netty#13971))
- Rewrite ZstdDecoder to remove the need of allocate a huge byte[] internally ([#13928](netty/netty#13928))
- Don't send a RST frame when closing the stream in a write future while processing inbound frames ([#13973](netty/netty#13973))

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #46112 from panbingkun/netty_for_spark4.

Authored-by: panbingkun <panbingkun@baidu.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
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