Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ability to recursively delete table data in Iceberg #6108

Closed
wants to merge 5 commits into from

Commits on Nov 26, 2020

  1. Iceberg removes table metadata only from metastore, but not removes t…

    …able data and metadata from storage. This PR adding ability to also recursively removes table data and metadata from storage. Added new configuration property which is responsible for enabling/disabling recursive delete of table data on drop.
    sshkvar committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    2bd7109 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Merge branch 'master' into issue-5616-drop-files

    # Conflicts:
    #	presto-iceberg/src/main/java/io/prestosql/plugin/iceberg/IcebergConfig.java
    #	presto-iceberg/src/main/java/io/prestosql/plugin/iceberg/IcebergMetadata.java
    #	presto-iceberg/src/main/java/io/prestosql/plugin/iceberg/IcebergMetadataFactory.java
    #	presto-iceberg/src/test/java/io/prestosql/plugin/iceberg/TestIcebergConfig.java
    sshkvar committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    029c93b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc791e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    520ebe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    045bf60 View commit details
    Browse the repository at this point in the history