Resolve "Invalid schema reference when using tuple struct"
- Jul 01, 2024
-
-
Maaz Ahmed authored88e798f4
-
Maaz Ahmed authored73c553cd
-
Maaz Ahmed authored5019a848
-
Closes #4 (closed)
The issue was being caused when reference resolution is performed, but the resolved schema itself contains unresolved references internally. Those were not being handled.
This MR adds an additional step that resolves references in the extracted schema as well, before placing it in its target place.