aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2015-01-13 12:50:31 -0800
committerXiangrui Meng <meng@databricks.com>2015-01-13 12:50:31 -0800
commit8ead999fd627b12837fb2f082a0e76e9d121d269 (patch)
treeb12ae116038cbf72b3b89de5f4be5cf7ba956c85 /sql
parent39e333ec4350ddafe29ee0958c37eec07bec85df (diff)
downloadspark-8ead999fd627b12837fb2f082a0e76e9d121d269.tar.gz
spark-8ead999fd627b12837fb2f082a0e76e9d121d269.tar.bz2
spark-8ead999fd627b12837fb2f082a0e76e9d121d269.zip
[SPARK-5223] [MLlib] [PySpark] fix MapConverter and ListConverter in MLlib
It will introduce problems if the object in dict/list/tuple can not support by py4j, such as Vector. Also, pickle may have better performance for larger object (less RPC). In some cases that the object in dict/list can not be pickled (such as JavaObject), we should still use MapConvert/ListConvert. This PR should be ported into branch-1.2 Author: Davies Liu <davies@databricks.com> Closes #4023 from davies/listconvert and squashes the following commits: 55d4ab2 [Davies Liu] fix MapConverter and ListConverter in MLlib
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions