Skip to content

Commit

Permalink
[YQ-2800] Fixed path pruning for large amount of files (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alnen authored Feb 6, 2024
1 parent 296e4df commit 24789bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/core/kqp/provider/yql_kikimr_exec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ class TKiSourceCallableExecutionTransformer : public TAsyncCallbackTransformer<T
TStringStream ysonStream;
NYson::TYsonWriter writer(&ysonStream, NYson::EYsonFormat::Binary);
NYql::IDataProvider::TFillSettings fillSettings;
fillSettings.AllResultsBytesLimit = Nothing();
fillSettings.RowsLimitPerWrite = Nothing();
KikimrResultToYson(ysonStream, writer, result, {}, fillSettings, truncated);

TStringStream out;
Expand Down

0 comments on commit 24789bc

Please sign in to comment.