Github user jkbradley commented on the pull request:

    https://github.com/apache/spark/pull/12870#issuecomment-216646969
  
    @viirya Thanks for this PR.   I'll make a few high-level comments.
    
    We need to keep the old pyspark.mllib.linalg APIs.  We also want to freeze 
the pyspark.mllib.linalg APIs, which means we need to keep that old code (not 
just alias it).
    
    Can you please modify the PR to do the following:
    * Keep the pyspark.mllib.linalg code
    * Copy the linalg code to pyspark.ml.linalg, including unit tests
    * Update the pyspark.ml.linalg code as needed to handle UDTs and make tests 
run
    
    Thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to