Skip to content

Commit 1c15550

Browse files
authored
Fixed uninit field in func call info (#6894)
1 parent 514dfbe commit 1c15550

File tree

1 file changed

+1
-0
lines changed
  • ydb/library/yql/parser/pg_wrapper

1 file changed

+1
-0
lines changed

ydb/library/yql/parser/pg_wrapper/arrow.h

+1
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ class TGenericAgg {
659659
inCallInfo->flinfo = &this->InFuncInfo_;
660660
inCallInfo->nargs = 3;
661661
inCallInfo->fncollation = DEFAULT_COLLATION_OID;
662+
inCallInfo->context = (Node*)NKikimr::NMiniKQL::TlsAllocState->CurrentContext;
662663
inCallInfo->isnull = false;
663664
inCallInfo->args[0] = { (Datum)this->AggDesc_.InitValue.c_str(), false };
664665
inCallInfo->args[1] = { ObjectIdGetDatum(this->TypeIOParam_), false };

0 commit comments

Comments
 (0)