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
Currently we create bad sink for every partition here. We could improve this by creating only one instance of a bad sink (per worker node) in the singleton object and reuse it while mapping partitions. Similar approach to e.g. iglu resolver singleton.
The text was updated successfully, but these errors were encountered:
Currently we create bad sink for every partition here. We could improve this by creating only one instance of a bad sink (per worker node) in the
singleton
object and reuse it while mapping partitions. Similar approach to e.g. iglu resolver singleton.The text was updated successfully, but these errors were encountered: