Skip to content

Implement ORC deletes for v2 spec #2914

Description

@pvary

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions