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
Right now all JSON produced by these UDFs has the fields in Uppercase, which is weird when using JSON (specially in Spark, using the struct fields). Should we add some struct tags so it's in snake_lower_case?