You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Need to utilize the VariantType data type in Spark 4.0 to describe things like JsonObject in a schema.
Describe the solution you'd like
Add VariantType as a supported data type.
Describe alternatives you've considered
Making my own data type for the time being...