Avro and Parquet deletes are under implementation and if I understand correctly mostly finished.
ORC implementation has not been started yet.
Here we should track the status of the ORC implementation and the missing pieces. If you know something is missing, please feel free to add it to the list.
I have seen these:
Parquet.writeDeletes, Avro.writeDeletes(), but no ORC.writeDeletes()
DeleteFilter.openDeletes()
BaseWriterFactory
- newEqualityDeleteWriter()
- newPositionDeleteWriter()
GenericAppenderFactory, FlinkAppenderFactory, SparkAppenderFactory
- newEqDeleteWriter()
- newPosDeleteWriter()
TestWriterFactory
- testEqualityDeleteWriter()
- testEqualityDeleteWriterWithMultipleSpecs()
- testPositionDeleteWriter()
- testPositionDeleteWriterWithRow()
Avro and Parquet deletes are under implementation and if I understand correctly mostly finished.
ORC implementation has not been started yet.
Here we should track the status of the ORC implementation and the missing pieces. If you know something is missing, please feel free to add it to the list.
I have seen these:
Parquet.writeDeletes,Avro.writeDeletes(), but noORC.writeDeletes()DeleteFilter.openDeletes()BaseWriterFactoryGenericAppenderFactory,FlinkAppenderFactory,SparkAppenderFactoryTestWriterFactory