This is an automated email from the ASF dual-hosted git repository.
zihanli58 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git
from c578e5d28 Logs to improve multi-active debugging (#3735)
add 666ae2e83 [GOBBLIN-1869] Create instrumented orc writer (#3732)
No new revisions were added by this update.
Summary of changes:
.../writer/GenericRecordToOrcValueWriter.java | 6 +-
.../gobblin/writer/GobblinBaseOrcWriter.java | 29 +++++---
.../gobblin/writer/GobblinOrcWriterBuilder.java | 4 +
.../writer/InstrumentedGobblinOrcWriter.java | 86 ++++++++++++++++++++++
4 files changed, 114 insertions(+), 11 deletions(-)
create mode 100644
gobblin-modules/gobblin-orc/src/main/java/org/apache/gobblin/writer/InstrumentedGobblinOrcWriter.java