Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[0.5.0-dev] Spark Row schema skips recursively nested elements #74

Closed
amarvakul opened this issue Feb 12, 2020 · 0 comments
Closed

[0.5.0-dev] Spark Row schema skips recursively nested elements #74

amarvakul opened this issue Feb 12, 2020 · 0 comments

Comments

@amarvakul
Copy link
Contributor

Description of Issue

Spark Row schema generated from DefinitionToSparkRow skips recursively nested elements.

E.g.,
In below element structure, the "assigner" field is skipped in the generated spark schema. Refer attachment.

Patient
-> generalPractitioner (Reference Organization|Practitioner)
--> identifier
---> assigner (Reference Organization)

Expected Outcomes

The Spark schema shall be equivalent to the Avro schema.

patient-spark-row-schema.log

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant