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
When I'm trying to use autoConstruct to construct case class with more then 12 fields, 13th field and rest have null or None (in case of Optional) values.
If I move 13th field at the first position it receive a value from DB, but 12th field which was moved at 13th position now is null
The text was updated successfully, but these errors were encountered:
When I'm trying to use autoConstruct to construct case class with more then 12 fields, 13th field and rest have null or None (in case of Optional) values.
If I move 13th field at the first position it receive a value from DB, but 12th field which was moved at 13th position now is null
The text was updated successfully, but these errors were encountered: