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
I noticed in the generic module there is a shapeless based RowEncoder but not one for Header generation. Is there any reason for that.
I create a simple one that works for me.
I noticed in the generic module there is a shapeless based RowEncoder but not one for Header generation. Is there any reason for that.
I create a simple one that works for me.
Note that it still relies on a RowEncoder[T] which can be generated from your generic RowEncoder.
The text was updated successfully, but these errors were encountered: