-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
The tigergraph's query IC-14 use bigint_to_string
and the II-1 use string_to_map
. Both of them not support in the newest tigergraph edition.
I'm using the Tigergraph/community:4.2.0
to install the query, report wrong message like
Type Check Error in query interactiveComplex14 (TYP-1002): line 92, col 27
Function/Tuple name does not exist: bigint_to_string
Saved as draft query with type/semantic error: [interactiveComplex14].
Type Check Error in query interactiveInsert1 (TYP-1002): line 29, col 18
Function/Tuple name does not exist: string_to_map
Saved as draft query with type/semantic error: [interactiveInsert1].
I'm not sure how to fix this problem.
Metadata
Metadata
Assignees
Labels
No labels