Class TaskUtils

java.lang.Object
org.apache.polaris.service.task.TaskUtils

public class TaskUtils extends Object
  • Constructor Details

    • TaskUtils

      public TaskUtils()
  • Method Details

    • exists

      public static boolean exists(String path, org.apache.iceberg.io.FileIO fileIO)
    • encodeManifestFile

      public static String encodeManifestFile(org.apache.iceberg.ManifestFile mf)
      base64 encode the serialized manifest file entry so we can deserialize it and read the manifest in the ManifestFileCleanupTaskHandler