Github user bharath-official commented on the pull request:
https://github.com/apache/spark/pull/9311#issuecomment-221446395
@vectorijk Oh great then! That makes sense. Thanks for your inputs Kai.
---
If your project is set up for it, you can reply to this email and have your
reply
Github user bharath-official commented on the pull request:
https://github.com/apache/spark/pull/9311#issuecomment-221442950
@vectorijk Yes you are right. It works fine but throws a warning which I
am trying to avoid. Would it make sense if I go ahead and look at the transform
code
Github user bharath-official commented on the pull request:
https://github.com/apache/spark/pull/9311#issuecomment-221439566
@vectorijk Yes you are right Kai it is a warning that is thrown and not an
error. The function also seems to work as expected. Since this use case gets
Github user bharath-official commented on the pull request:
https://github.com/apache/spark/pull/9311#issuecomment-221436872
Hi Kai
I am trying to build a learning model in Spark 1.6 and I think I am hitting
a bug related to this deprecation.
This is our sample