Transferring graph from neo4j-community-4.4.12 to neo4j-enterprise-4.4.18 creates problem when projecting graph. (Array properties)

Hi,

I am facing a situation that I migrate my graph with neo4j-admin dump/load methods. I transferred the graph from neo4j-community-4.4.12 to neo4j-enterprise-4.4.18. I have around 150 properties in the graph. When I run a CALL gds.graph.project() query with defeault zeros array for array properties. (CHN_ARR: {defaultValue: [0,0,0,0,0,0,0,0,0,0,0,0]}) I got an error for array properyties

"Failed to invoke procedure gds.graph.project: Caused by: java.lang.IllegalArgumentException: Specifying different default values for the same property with identical neoPropertyKey is not allowed, found propertyKey: CURRENCY_ARR with conflicting default values: [J@1a5e3b63, [J@2a8e5c7b."

It is interesting that I can get a projection in 4.4.12. But got error fot transferred graph in 4.4.18 (enterprise). Any comment or suggestion. Thanks.