pathling icon indicating copy to clipboard operation
pathling copied to clipboard

Implementing full encoding and decoding support for References

Open piotrszul opened this issue 1 year ago • 1 comments

Resolves #1784

piotrszul avatar Apr 10 '24 03:04 piotrszul

This is the error that occurs if you try to traverse to assigner within an Identifier within a Reference:

pyspark.errors.exceptions.captured.AnalysisException: [FIELD_NOT_FOUND] No such struct field `assigner` in `id`, `use`, `type`, `system`, `value`, `period`, `_fid`.

I think this is fine for now.

johngrimes avatar Apr 11 '24 23:04 johngrimes