You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the decompress feature in shuffle component. (#3)
* ARROW-10880: [Java] Support compressing RecordBatch IPC buffers by LZ4
* ARROW-10880: [Java] Support reading/writing big-endian message size
* ARROW-10880: [Java] Adjust variable names
* ARROW-10880: [Java] Support empty buffers
* ARROW-10880: [Java] Support passing raw data
* ARROW-10880: [Java] Switch to commons-compress library
* bug fix and support the fastpfor codec in the IPC framework
* update the access permission from private to protected
* disable the decompress function when loading the buffer
Co-authored-by: liyafan82 <fan_li_ya@foxmail.com>
0 commit comments