[fix](load) fix single replica load with auto partition
This commit is contained in:
@ -527,6 +527,7 @@ public class OlapTableSink extends DataSink {
|
||||
// for partition by function expr, there is no any partition firstly, But this is required in thrift struct.
|
||||
if (partitionIds.isEmpty()) {
|
||||
locationParam.setTablets(new ArrayList<TTabletLocation>());
|
||||
slaveLocationParam.setTablets(new ArrayList<TTabletLocation>());
|
||||
}
|
||||
// check if disk capacity reach limit
|
||||
// this is for load process, so use high water mark to check
|
||||
|
||||
Reference in New Issue
Block a user