We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c21bd commit ede9295Copy full SHA for ede9295
src/tech/v3/libs/arrow.clj
@@ -1090,10 +1090,10 @@ Dependent block frames are not supported!!")
1090
{:compression-type (compression-kwd->file-type (comp-map :compression-type))
1091
;;parallelize buffer compression
1092
:buffers
1093
- (->> (hamf/pgroups
1094
- n-buffers
1095
- (fn [^long sidx ^long eidx]
1096
- (let [buffers (subvec buffers sidx eidx)
+ (->> buffers
+ (hamf/pmap
+ (fn [buffer]
+ (let [buffers [buffer]
1097
comp-fn (create-compressor comp-map)
1098
os (ByteArrayOutputStream.)
1099
data-len (byte-array 8)
0 commit comments