Hi all,

when broadcasting a large dict containing several million entries to executors 
what exactly happens when calling bc_var.value within a UDF like:

..
d = bc_var.value
..

Does d receives a copy of the dict inside value or is this handled like a 
pointer?

Thanks,
Meikel

Reply via email to