Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

But the schema of orc incompatible with avro schema, so we need to store StructType( spark provides ) infomation to commit meta.

HoodieOrcWriter

Image Added


Key Steps

  • Implement a HoodieOrcWriter just like HoodieParquetWriter to write data in ORC:

...