Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/velox/jni/VeloxJniWrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ Java_org_apache_gluten_datasource_VeloxDataSourceJniWrapper_splitBlockByPartitio
const auto numRows = inputRowVector->size();

connector::hive::PartitionIdGenerator idGen(
asRowType(inputRowVector->type()), partitionColIndicesVec, 128, pool.get()
asRowType(inputRowVector->type()), partitionColIndicesVec, 65536, pool.get()
#ifdef GLUTEN_ENABLE_ENHANCED_FEATURES
,
true
Expand Down