Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The proposal here is to check requests that are send to plasma via the flatbuffers protocol for validity using the flatbuffers verifier. For efficiency reasons this should only be done in debug builds.
This will prevent typos like https://github.com/apache/arrow/pull/878 and will also prevent errors from possible future plasma clients written in different languages.