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
type TileFields is strictly defined as an Array[StructField] but the tile could be within a StructType, and our API is moving toward that being most often the case.
Will submit WIP PR with breaking unit test demonstrating the issue in some detail.