[GitHub] spark pull request #20775: Changes input variable to not conflict with built...

2018-03-09 Thread DylanGuedes
Github user DylanGuedes commented on a diff in the pull request: https://github.com/apache/spark/pull/20775#discussion_r173446874 --- Diff: examples/src/main/python/ml/dataframe_example.py --- @@ -35,18 +35,18 @@ print("Usage: dataframe_example.py ", file=sys.stderr)

[GitHub] spark pull request #20775: Changes input variable to not conflict with built...

2018-03-09 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20775#discussion_r173446568 --- Diff: examples/src/main/python/ml/dataframe_example.py --- @@ -35,18 +35,18 @@ print("Usage: dataframe_example.py ", file=sys.stderr)

[GitHub] spark pull request #20775: Changes input variable to not conflict with built...

2018-03-09 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20775#discussion_r173436070 --- Diff: examples/src/main/python/ml/dataframe_example.py --- @@ -17,7 +17,7 @@ """ An example of how to use DataFrame for ML. Run

[GitHub] spark pull request #20775: Changes input variable to not conflict with built...

2018-03-08 Thread DylanGuedes
GitHub user DylanGuedes opened a pull request: https://github.com/apache/spark/pull/20775 Changes input variable to not conflict with built-in function Signed-off-by: DylanGuedes ## What changes were proposed in this pull request? Changes