Skip to content

Commit

Permalink
Update ClusterPartitionFetcher.java
Browse files Browse the repository at this point in the history
  • Loading branch information
CRZbulabula committed May 25, 2024
1 parent aa2687c commit 27b3280
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ public DataPartition getOrCreateDataPartition(
List<DataPartitionQueryParam> dataPartitionQueryParams, String userName) {

Map<String, List<DataPartitionQueryParam>> splitDataPartitionQueryParams =
splitDataPartitionQueryParam(dataPartitionQueryParams, true, userName);
splitDataPartitionQueryParam(
dataPartitionQueryParams, config.isAutoCreateSchemaEnabled(), userName);
DataPartition dataPartition = partitionCache.getDataPartition(splitDataPartitionQueryParams);

if (null == dataPartition) {
Expand Down

0 comments on commit 27b3280

Please sign in to comment.