Skip to content

Commit 3f40f7a

Browse files
committed
Add common options for import command
1 parent 49c2a02 commit 3f40f7a

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)