-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
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()BaseWriterFactory- newEqualityDeleteWriter()
- newPositionDeleteWriter()
GenericAppenderFactory,FlinkAppenderFactory,SparkAppenderFactory- newEqDeleteWriter()
- newPosDeleteWriter()
TestWriterFactory- testEqualityDeleteWriter()
- testEqualityDeleteWriterWithMultipleSpecs()
- testPositionDeleteWriter()
- testPositionDeleteWriterWithRow()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels