[GitHub] [hudi] t0il3ts0ap edited a comment on issue #2515: [HUDI-1615] [SUPPORT] ERROR HoodieTimelineArchiveLog: Failed to archive commits

2021-03-09 Thread GitBox
t0il3ts0ap edited a comment on issue #2515: URL: https://github.com/apache/hudi/issues/2515#issuecomment-795002646 @nsivabalan ``` public class DebeziumTransformer implements Transformer { public Dataset apply(JavaSparkContext javaSparkContext, SparkSession sparkSession,

[GitHub] [hudi] t0il3ts0ap edited a comment on issue #2515: [HUDI-1615] [SUPPORT] ERROR HoodieTimelineArchiveLog: Failed to archive commits

2021-02-22 Thread GitBox
t0il3ts0ap edited a comment on issue #2515: URL: https://github.com/apache/hudi/issues/2515#issuecomment-783587850 @vinothchandar Ya I am overriding just the target schema to null so as to use the `DataSet`'s schema. It is working fine for regular inserts and update.