We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514dfbe commit 1c15550Copy full SHA for 1c15550
ydb/library/yql/parser/pg_wrapper/arrow.h
@@ -659,6 +659,7 @@ class TGenericAgg {
659
inCallInfo->flinfo = &this->InFuncInfo_;
660
inCallInfo->nargs = 3;
661
inCallInfo->fncollation = DEFAULT_COLLATION_OID;
662
+ inCallInfo->context = (Node*)NKikimr::NMiniKQL::TlsAllocState->CurrentContext;
663
inCallInfo->isnull = false;
664
inCallInfo->args[0] = { (Datum)this->AggDesc_.InitValue.c_str(), false };
665
inCallInfo->args[1] = { ObjectIdGetDatum(this->TypeIOParam_), false };
0 commit comments