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
Hi, I am using scala.math.BigDecimal in broadcast state, and it is not working.
I believe it is caused by TypeMapper which is used to handle java=>scala BigDecimal mapping, and broadcast state required the TypeInfo to be serializable.
I think this can be fixed by making TypeMapper serializable, do you think this is the right fix?
The text was updated successfully, but these errors were encountered:
Hi, I am using scala.math.BigDecimal in broadcast state, and it is not working.
I believe it is caused by TypeMapper which is used to handle java=>scala BigDecimal mapping, and broadcast state required the TypeInfo to be serializable.
I think this can be fixed by making TypeMapper serializable, do you think this is the right fix?
The text was updated successfully, but these errors were encountered: