Skip to content

Commit 18199d0

Browse files
committed
Add common options for import command
1 parent 4a8e430 commit 18199d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/library/workload/vector/vector_workload_params.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ void TVectorWorkloadParams::ConfigureOpts(NLastGetopt::TOpts& opts, const EComma
5656
ConfigureCommonOpts(opts);
5757
addInitParam();
5858
break;
59+
case TWorkloadParams::ECommandType::Import:
60+
ConfigureCommonOpts(opts);
61+
break;
5962
case TWorkloadParams::ECommandType::Run:
6063
ConfigureCommonOpts(opts);
6164
switch (static_cast<EWorkloadRunType>(workloadType)) {

0 commit comments

Comments
 (0)