Skip to content

Conversation

@saintentropy
Copy link
Contributor

@saintentropy saintentropy commented Nov 1, 2025

Purpose

The Graph Engine node is failing in some circumstances due to incorrect check. Currently the values pushed to DefineData via Player are serialized via ParseJSON(playerValue); which does not return an ArrayList.

Declarations

Check these if you believe they are true

Release Notes

Engine node bug is fixed for supporting list data.

Reviewers

@twastvedt

FYIs

Copilot AI review requested due to automatic review settings November 1, 2025 01:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a bug in the Engine node where list data validation was failing due to an incorrect type check. The node was checking for ArrayList specifically, but values serialized through ParseJSON(playerValue) via the Player do not return ArrayList instances, causing valid list data to be incorrectly rejected.

Key Changes:

  • Updated type check from ArrayList to IEnumerable to support all enumerable collections

@QilongTang
Copy link
Contributor

Is this PR aiming for 4.0 release or 4.1? Curious if there is a Jira task

@saintentropy
Copy link
Contributor Author

4.1 I think @QilongTang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants