Skip to content

Conversation

skalwaghe-56
Copy link
Contributor

Implemented automatic schema merging for collectors that:

  • Unions fields from multiple collect() calls instead of requiring identical schemas
  • Fills missing fields with null values during execution
  • Maintains consistent field ordering (alphabetically sorted by field name)
  • Preserves auto-generated UUID fields across merged schemas

Closes #428.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] collector automatically merge and align multiple collect() called with different schema

2 participants