spark-dgraph-connector
spark-dgraph-connector copied to clipboard
Wide node schema allows arbitrary column name injection
The wide node table schema uses predicate names as columns, allowing injection of arbitrary strings into column names. This should be reviewed and guarded against.
For instance, a predicate subject
would conflict with the first column subject
providing the uid of the row.