ahmedabu98 commented on issue #34112: URL: https://github.com/apache/beam/issues/34112#issuecomment-2692232537
I think it'll end up being a lot simpler than that. `RecordWriter` is the essential piece that actually writes data. The other `Write*` files just take care of moving data around. The essential piece that actually writes data to files is `RecordWriter`. We just need to create a metrics config (something like `MetricsConfig metricsConfig = MetricsConfig.forTable(table);`) and pass it into the data writers -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
