Skip to content

Commit c22f4db

Browse files
committed
switch to using PartitionedByteBasedList by default
1 parent 0882822 commit c22f4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windowing/src/main/java/com/sap/hadoop/windowing/functions2/TableFunctionResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public TableFunctionEvaluator initialize(QueryDef qDef, TableFuncDef tDef)
2525
String partitionClass = cfg.get(Constants.WINDOW_PARTITION_CLASS,
2626
Constants.DEFAULT_WINDOW_PARTITION_CLASS);
2727
int partitionMemSize = cfg.getInt(Constants.WINDOW_PARTITION_MEM_SIZE,
28-
ByteBasedList.LARGE_SIZE);
28+
ByteBasedList.MEDIUM_SIZE);
2929

3030
TableFunctionEvaluator tfEval = createEvaluator(qDef, tDef);
3131
tfEval.setResolver(this);

0 commit comments

Comments
 (0)