Re: [DISCUSS][Java] Support non-nullable vectors

2020-09-11 Thread Fan Liya
Hi Wes, Thanks for your good suggestion, we will think about it. Hi Jacques, Thanks for your feedback. Please allow me to address some of your concerns: > This change is undesirable as it optimizes one path and makes several others behave in unintended ways. Could you please elaborate more on

[NIGHTLY] Arrow Build Report for Job nightly-2020-09-11-0

2020-09-11 Thread Crossbow
Arrow Build Report for Job nightly-2020-09-11-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-09-11-0 Failed Tasks: - homebrew-cpp: URL: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-09-11-0-travis-homebrew-cpp -

Concurrent read plasma

2020-09-11 Thread Pere Vergés
Hi, I would like to know If I can read multiple plasma objects concurrently. If so how can I do it? My use case is an application that uses multiprocessing and Plasma to share an object between the processes. It seems that Plasma store only allows one client to read at a time. Best regards