Skip to content

Commit 42b3caa

Browse files
committed
[MINOR] Minor fix in column encoders
1 parent fd5be66 commit 42b3caa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ private void deriveNumRowPartitions(CacheBlock in, int k) {
421421
// Else, derive the optimum number of partitions
422422
int nRow = in.getNumRows();
423423
int nThread = OptimizerUtils.getTransformNumThreads(); //VCores
424-
nThread = 32;
425424
int minNumRows = 16000; //min rows per partition
426425
List<ColumnEncoderComposite> recodeEncoders = new ArrayList<>();
427426
// Count #Builds and #Applies (= #Col)

0 commit comments

Comments
 (0)