Class DeltaLakeTestUtils

java.lang.Object
io.trino.tests.product.deltalake.util.DeltaLakeTestUtils

public final class DeltaLakeTestUtils extends Object
  • Field Details

    • DATABRICKS_COMMUNICATION_FAILURE_ISSUE

      public static final String DATABRICKS_COMMUNICATION_FAILURE_ISSUE
      See Also:
    • DATABRICKS_COMMUNICATION_FAILURE_MATCH

      public static final String DATABRICKS_COMMUNICATION_FAILURE_MATCH
      See Also:
  • Method Details

    • getDatabricksRuntimeVersion

      public static Optional<DatabricksVersion> getDatabricksRuntimeVersion()
    • getColumnCommentOnTrino

      public static String getColumnCommentOnTrino(String schemaName, String tableName, String columnName)
    • getColumnCommentOnDelta

      public static String getColumnCommentOnDelta(String schemaName, String tableName, String columnName)
    • getTableCommentOnDelta

      public static String getTableCommentOnDelta(String schemaName, String tableName)
    • dropDeltaTableWithRetry

      public static io.trino.tempto.query.QueryResult dropDeltaTableWithRetry(String tableName)
    • removeS3Directory

      public static void removeS3Directory(com.amazonaws.services.s3.AmazonS3 s3, String bucketName, String directoryPrefix)