Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Now spark will get a parquet binary object with getBytes() method.
The Binary.getBytes() method will always make a new copy of the internal bytes.
We can use Binary.getBytesUnsafe() method to get the cached bytes if it has already been called getBytes() and has the cached bytes.
Attachments
Attachments
Issue Links
- links to