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
We cannot know upfront what elements the array will contain, they can be mixed. Right now we cast the whole array into a string, but we can safely assume that even with undefined schema for 2+ elements - we can safely cast it to Array[String] rather than simple String.
The text was updated successfully, but these errors were encountered:
With the tuple definition:
We cannot know upfront what elements the array will contain, they can be mixed. Right now we cast the whole array into a string, but we can safely assume that even with undefined schema for 2+ elements - we can safely cast it to
Array[String]
rather than simpleString
.The text was updated successfully, but these errors were encountered: