Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2025 06:38 AM
Hey everyone,
I want to set column type as empty struct via schema hints without specifying subfields. Then I expect the struct to be evolved with subfields through schema evolution when new subfields appear in the data.
But, I've found in the documentation this explanation:
Does this affect JSON files as well? Or, can I define empty struct and then evolve it with subfields?
If yes, how? Because I've tried different approaches but nothing works.