Skip to content

Commit 984c4bf

Browse files
committed
Avoid extra changes
1 parent a684503 commit 984c4bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/library/yql/providers/generic/actors/yql_generic_lookup_actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ namespace NYql::NDq {
315315
return result;
316316
}
317317

318-
NYql::NConnector::NApi::TDataSourceInstance GetDataSourceInstanceWithToken() const {
318+
NYql::TGenericDataSourceInstance GetDataSourceInstanceWithToken() const {
319319
auto dsi = LookupSource.data_source_instance();
320320
//Note: returned token may be stale and we have no way to check or recover here
321321
//Consider to redesign ICredentialsProvider

ydb/library/yql/providers/generic/provider/yql_generic_load_meta.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ namespace NYql {
335335
}
336336
}
337337

338-
void SetLoggingFolderId(NYql::NConnector::NApi::TLoggingDataSourceOptions& options, const TGenericClusterConfig& clusterConfig) {
338+
void SetLoggingFolderId(NYql::TLoggingDataSourceOptions& options, const TGenericClusterConfig& clusterConfig) {
339339
const auto it = clusterConfig.GetDataSourceOptions().find("folder_id");
340340
if (it != clusterConfig.GetDataSourceOptions().end()) {
341341
options.set_folder_id(it->second);

0 commit comments

Comments
 (0)