Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 562 Bytes

fix_tninesling_subscription_operation_init.md

File metadata and controls

5 lines (3 loc) · 562 Bytes

Eagerly init subgraph operation for subscription primary nodes (PR #6509)

When subgraph operations are deserialized, typically from a query plan cache, they are not automatically parsed into a full document. Instead, each node needs to initialize its operation(s) prior to execution. With this change, the primary node inside SubscriptionNode is initialized in the same way as other nodes in the plan.

By @tninesling in #6509