Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch transformer: use singleton badrows sink #1274

Closed
pondzix opened this issue Jun 20, 2023 · 0 comments
Closed

Batch transformer: use singleton badrows sink #1274

pondzix opened this issue Jun 20, 2023 · 0 comments

Comments

@pondzix
Copy link
Contributor

pondzix commented Jun 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant