We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ebce8 commit 25d4337Copy full SHA for 25d4337
ydb/library/yql/providers/dq/planner/execution_planner.cpp
@@ -604,6 +604,7 @@ namespace NYql::NDqs {
604
const auto narrowOutputRowType = GetSeqItemType(streamLookup.Ptr()->GetTypeAnn());
605
Y_ABORT_UNLESS(narrowOutputRowType->GetKind() == ETypeAnnotationKind::Struct);
606
settings.SetNarrowOutputRowType(NYql::NCommon::GetSerializedTypeAnnotation(narrowOutputRowType));
607
+ settings.SetMaxDelayedRows(1'000'000); //TODO configure me
608
settings.SetCacheLimit(1'000'000); //TODO configure me
609
settings.SetCacheTtlSeconds(60); //TODO configure me
610
0 commit comments